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.
11 lines
106 B
SQL
11 lines
106 B
SQL
SELECT
|
|
id,
|
|
value,
|
|
date,
|
|
sensor_id,
|
|
creation_date,
|
|
update_date
|
|
FROM
|
|
pressures
|
|
WHERE
|
|
id = $1 |