Compare commits

...

1 Commits

Author SHA1 Message Date
Dave Richer
779108b94c - add kanbanchild to jobs table
Signed-off-by: Dave Richer <dave@imexsystems.ca>
2024-07-18 12:43:58 -04:00
6 changed files with 6245 additions and 6234 deletions

View File

@@ -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

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";