This website requires JavaScript.
Explore
Help
Sign In
flucky
/
PKGBUILD
Watch
1
Star
0
Fork
0
You've already forked PKGBUILD
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
92a776f6ce
PKGBUILD
/
pkg
/
repository
/
db
/
postgres
/
deleteDevice.sql
2 lines
41 B
MySQL
Raw
Normal View
History
Unescape
Escape
fix: add postgres backend changes: - Add postgres backend - Modified or added table attributes. UpdateDate, ForeignKeys, Booleans - Fix test for sqlite and postgres. Compare json instead the struct.
2020-06-01 20:36:57 +00:00
DELETE
FROM
devices
fix: implement repository pkg
2020-05-21 15:40:24 +00:00
WHERE
device_id
=
$
1
;
Reference in New Issue
Copy Permalink