This commit is contained in:
qsc
2026-07-13 00:44:09 +08:00
parent 34ec65c8b5
commit ef96af7f21
22 changed files with 1827 additions and 587 deletions
+2
View File
@@ -39,6 +39,8 @@ func main() {
must(e)
_, e = db.Exec(ctx, migrations.PostgreSQLGroups)
must(e)
_, e = db.Exec(ctx, migrations.PostgreSQLWritePoints)
must(e)
db.Close()
pgStore, e := pg.Open(ctx, cfg.PostgresDSN)
must(e)