shiori/internal/database
Felipe Martin 3fcb295d72
Make migrations transparent to the user (#530)
* refactor: remove migrate command

* reafactor: avoid migration errors on no changes
2022-11-27 15:39:27 +01:00
..
migrations fix: remove manual transaction on sqlite migration 2 (#468) 2022-08-11 13:40:17 +02:00
database.go fix: remove createnewid usages (#520) 2022-10-15 23:01:52 +02:00
database_test.go fix: remove createnewid usages (#520) 2022-10-15 23:01:52 +02:00
mysql.go Make migrations transparent to the user (#530) 2022-11-27 15:39:27 +01:00
mysql_test.go fix: saving bookmarks inconsistencies (#500) 2022-10-11 23:47:38 +02:00
pg.go Make migrations transparent to the user (#530) 2022-11-27 15:39:27 +01:00
pg_test.go fix: saving bookmarks inconsistencies (#500) 2022-10-11 23:47:38 +02:00
sqlite.go Make migrations transparent to the user (#530) 2022-11-27 15:39:27 +01:00
sqlite_test.go fix(db): avoid using dash in fts5 queries (#514) 2022-10-15 11:33:29 +02:00