Fix nbtb, add tests

This commit is contained in:
2026-03-04 20:11:51 +00:00
parent 29b9776a93
commit 7c3f922725
7 changed files with 522 additions and 12 deletions
+2
View File
@@ -85,6 +85,7 @@ func Migrate(t *testing.T, pool *pgxpool.Pool) {
"users",
"images",
"tags",
"time_blockers",
"working_hours",
"exceptional_group_applications",
"exceptional_working_hours",
@@ -204,6 +205,7 @@ func TruncateTables(t *testing.T, pool *pgxpool.Pool) {
"admin_notifications",
"user_referrals",
"user_notification_preferences",
"time_blockers",
"working_hours",
"exceptional_working_hours",
"exceptional_working_hours_groups",