Skip to content

Commit d5eb326

Browse files
committed
feat(db): add missed undo migrations for 2.15 and 2.14
1 parent c929104 commit d5eb326

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

db/sql/migrations/v2.14.12.err.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
drop index task__output_time_idx;

db/sql/migrations/v2.15.0.err.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
drop table task__stage_result;
2+
drop table task__stage;

db/sql/migrations/v2.15.1.err.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
alter table `project__inventory` drop `runner_tag`;

0 commit comments

Comments
 (0)