Skip to content

Commit c50c1d5

Browse files
Merge branch 'develop' into SWAP-5030-uo-show-confirmation-window-before-executing-acti
2 parents 3d6c7e8 + e1c7c32 commit c50c1d5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DO
2+
$$
3+
BEGIN
4+
IF register_patch('DropUsersUsernameKey.sql', 'jekabskarklins', 'Deprecate username constraint. This fix is needed for the broken integration that is underway', '2025-12-11') THEN
5+
BEGIN
6+
ALTER TABLE IF EXISTS public.users
7+
DROP CONSTRAINT users_username_key;
8+
END;
9+
END IF;
10+
END;
11+
$$

0 commit comments

Comments
 (0)