- add kanbanchild to jobs table

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-07-18 12:43:58 -04:00
parent 0d0791cc41
commit 779108b94c
6 changed files with 6245 additions and 6234 deletions

View File

@@ -0,0 +1,4 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- alter table "public"."jobs" add column "nextCardId" uuid
-- null;

View File

@@ -0,0 +1,2 @@
alter table "public"."jobs" add column "nextCardId" uuid
null;

View File

@@ -0,0 +1 @@
alter table "public"."jobs" rename column "kanbanchild" to "nextCardId";

View File

@@ -0,0 +1 @@
alter table "public"."jobs" rename column "nextCardId" to "kanbanchild";