markus
366dccde12
Instead to implement own logic how the database scheme should be updated or migrated to a newer or older version flucky use now instead the go-migrate package.
2 lines
41 B
SQL
2 lines
41 B
SQL
DELETE FROM devices
|
|
WHERE device_id = $1; |