Skip to content

Commit 6c0bd3f

Browse files
committed
Schema version with 77 alongwith upgrade/downgrade scripts
Signed-off-by: ashish-jabble <ashish@dianomic.com>
1 parent 8ec829d commit 6c0bd3f

File tree

7 files changed

+7
-1
lines changed

7 files changed

+7
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
fledge_version=3.1.0
2-
fledge_schema=76
2+
fledge_schema=77
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- No downgrade is required, as the Pipeline service is no longer in use.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DELETE FROM fledge.scheduled_processes WHERE name = 'pipeline_c';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- No downgrade is required, as the Pipeline service is no longer in use.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DELETE FROM fledge.scheduled_processes WHERE name = 'pipeline_c';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- No downgrade is required, as the Pipeline service is no longer in use.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DELETE FROM fledge.scheduled_processes WHERE name = 'pipeline_c';

0 commit comments

Comments
 (0)