PKGBUILD/pkg/repository/db
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
..
postgres fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
sqlite3 fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
db.go fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
postgres.go fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00
sqlite.go fix: use go-migrate pkg to init or update db schema 2021-01-30 15:44:21 +01:00