Skip to content

Commit 3a77440

Browse files
Fix flip flopped columns
1 parent 731765c commit 3a77440

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- +goose Up
2+
-- Force the role and superuser flags, previous nullable password migration (prior to v0.22.2)
3+
-- caused them to flip-flop during migration for some users.
4+
UPDATE users SET role = 'owner', is_superuser = 0, superuser = 0;

0 commit comments

Comments
 (0)