Fix nbtb, add tests
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user