Skip to content

Commit

Permalink
Fix pending members not being stored correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
LightSage committed Oct 25, 2024
1 parent 8fa946c commit 332791e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations/0017_fix_pending_gk_members.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE pending_gatekeeper_members DROP CONSTRAINT IF EXISTS pending_gatekeeper_members_pkey;
ALTER TABLE pending_gatekeeper_members ADD PRIMARY KEY (guild_id, member_id);

0 comments on commit 332791e

Please sign in to comment.