feat(db): add postgresql support (#892)

This commit is contained in:
Scott McKendry
2026-05-26 09:08:59 +12:00
committed by GitHub
parent 0a3e7bf265
commit 359000f731
18 changed files with 1450 additions and 12 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ var FrontendAssets embed.FS
// Migrations
//
//go:embed migrations/sqlite/*.sql
//go:embed migrations/sqlite/*.sql migrations/postgres/*.sql
var Migrations embed.FS