Skip to content

Commit b1650f6

Browse files
committed
editoast: fix group name constraint rollback
Signed-off-by: hamz2a <[email protected]>
1 parent c2228f0 commit b1650f6

File tree

1 file changed

+1
-1
lines changed
  • editoast/migrations/2024-11-22-151624_group-name-unique

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DROP CONSTRAINT group_name_unique;
1+
ALTER TABLE authn_group DROP CONSTRAINT group_name_unique;

0 commit comments

Comments
 (0)