Skip to content

Commit c2aea70

Browse files
committed
Fix migration fixture
1 parent 48db46c commit c2aea70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/migrations/testdata/fixtures/000131_oauth_merge_state.up.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
INSERT INTO oauth_merge_state(
2-
state_string,
2+
state,
33
created_at,
44
expires_at,
55
from_login_type,

0 commit comments

Comments
 (0)