- add kanbanchild to jobs table
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -3550,6 +3550,7 @@
|
||||
- invoice_final_note
|
||||
- iouparent
|
||||
- job_totals
|
||||
- kanbanchild
|
||||
- kanbanparent
|
||||
- kmin
|
||||
- kmout
|
||||
@@ -3820,6 +3821,7 @@
|
||||
- invoice_final_note
|
||||
- iouparent
|
||||
- job_totals
|
||||
- kanbanchild
|
||||
- kanbanparent
|
||||
- kmin
|
||||
- kmout
|
||||
@@ -4102,6 +4104,7 @@
|
||||
- invoice_final_note
|
||||
- iouparent
|
||||
- job_totals
|
||||
- kanbanchild
|
||||
- kanbanparent
|
||||
- kmin
|
||||
- kmout
|
||||
|
||||
@@ -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;
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table "public"."jobs" add column "nextCardId" uuid
|
||||
null;
|
||||
@@ -0,0 +1 @@
|
||||
alter table "public"."jobs" rename column "kanbanchild" to "nextCardId";
|
||||
@@ -0,0 +1 @@
|
||||
alter table "public"."jobs" rename column "nextCardId" to "kanbanchild";
|
||||
Reference in New Issue
Block a user