- add kanbanchild to jobs table
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
include_in_metadata: true
|
||||
payload: {}
|
||||
headers:
|
||||
- name: event-secret
|
||||
value_from_env: EVENT_SECRET
|
||||
- name: event-secret
|
||||
value_from_env: EVENT_SECRET
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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