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.
8 lines
100 B
SQL
8 lines
100 B
SQL
SELECT
|
|
device_id,
|
|
device_name,
|
|
device_location,
|
|
creation_date,
|
|
update_date
|
|
FROM
|
|
devices; |