donetick/internal/database
David Harrigan 235cd0ad93 fix: postgres migration
Using postgres results in panic during migration due to "sqlite3" being
hard-coded as the db dialect for performing `ScriptMigration`.
This commit fixes this behavior by selecting the proper dialect from
config.
2025-02-22 20:13:35 -05:00
..
migrations chore: Remove unused migrationDir function and related imports 2024-11-23 21:03:45 -05:00
database.go Add Support for Advance Labels ( LabelV2) 2024-11-23 20:29:53 -05:00
migration.go fix: postgres migration 2025-02-22 20:13:35 -05:00