upaas/internal/database
sneak 4e6542badf Consolidate database schema into two files: init migrations table and complete schema
Since there is no existing installed base, we can consolidate all migrations into a single complete schema file plus the migrations table initialization. This simplifies the database setup for new installations.
2026-02-16 14:51:33 +01:00
..
migrations Consolidate database schema into two files: init migrations table and complete schema 2026-02-16 14:51:33 +01:00
database.go fix: resolve all golangci-lint issues 2026-02-15 21:55:24 -08:00
hash_test.go fix: use hashed webhook secrets for constant-time comparison 2026-02-15 14:06:53 -08:00
migrations.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00