PKGBUILD/pkg/repository/db/sqlite3/dml
markus 366dccde12
fix: use go-migrate pkg to init or update db schema
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.
2021-01-30 15:44:21 +01:00
..
deleteDevice.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
deleteSensor.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
insertDevice.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
insertHumidity.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
insertOrUpdateDevice.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
insertOrUpdateHumidity.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
insertOrUpdatePressure.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
insertOrUpdateSensor.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
insertOrUpdateTemperature.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
insertPressure.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
insertSensor.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
insertTemperature.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
selectDevice.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
selectDevices.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
selectHumidities.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
selectHumidity.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
selectPressure.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
selectPressures.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
selectSensor.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
selectSensors.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
selectTemperature.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
selectTemperatures.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
updateDevice.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
updateSensor.sql fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00