Skip to content

Commit

Permalink
chore: add missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasLohoff committed Nov 6, 2024
1 parent bdd0a2c commit 8d02c2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ADD CONSTRAINT users_unique_auth_provider_id UNIQUE (auth_provider_id);

ALTER TABLE shogun.groups
DROP CONSTRAINT IF EXISTS groups_unique_auth_provider_id,
ADD CONSTRAINT groups_unique_auth_provider_id UNIQUE (auth_provider_id);
ADD CONSTRAINT groups_unique_auth_provider_id UNIQUE (auth_provider_id);

0 comments on commit 8d02c2f

Please sign in to comment.