Skip to content

Commit 17e694c

Browse files
committed
fixup! Merge remote-tracking branch 'origin/main' into cj/dbcrypt
1 parent 9f71836 commit 17e694c

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

coderd/database/migrations/migrate_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ func TestMigrateUpWithFixtures(t *testing.T) {
266266
"template_version_parameters",
267267
"workspace_build_parameters",
268268
"template_version_variables",
269+
"dbcrypt_sentinel", // having zero rows is a valid state for this table
269270
}
270271
s := &tableStats{s: make(map[string]int)}
271272

0 commit comments

Comments
 (0)