Skip to content

Commit 9a220a6

Browse files
authored
fix: change mergeActions.actionBy from uuid to text (CM-1077) (#3973)
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
1 parent 0c10504 commit 9a220a6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
alter table "mergeActions" drop constraint if exists "mergeActions_actionBy_fkey";
2+
alter table "mergeActions" alter column "actionBy" type text using "actionBy"::text;

0 commit comments

Comments
 (0)