Sybren A. Stüvel a65f234bea Manager: replace GORM database migration with Goose
Replace GORM's auto-migration with Goose. The latter uses hand-written
SQL queries to apply database schema changes, which is safer and easier to
understand than what GORM is doing.
2023-12-14 10:13:40 +01:00
..
2023-07-10 11:11:03 +02:00
2022-07-01 12:34:40 +02:00
2023-07-06 16:08:57 +02:00
2023-08-14 16:00:09 +02:00