Skip to content

Commit

Permalink
Fix memberships with role member (#5238)
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph authored and Jules committed May 24, 2024
1 parent 6862b03 commit 0d49708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/migrations/db/migration_10.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE memberships SET "role" = 'user' WHERE role = 'member';

0 comments on commit 0d49708

Please sign in to comment.