We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mergeActions.actionBy
1 parent 0c10504 commit 9a220a6Copy full SHA for 9a220a6
1 file changed
backend/src/database/migrations/V1774627680__change_mergeActions_actionBy_to_text.sql
@@ -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