Skip to content

Commit c43c858

Browse files
committed
Fix production Flyway migration ordering
1 parent f79ef87 commit c43c858

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ALTER TABLE preparation_user
2+
MODIFY COLUMN preparation_name VARCHAR(50) NOT NULL;
3+
4+
ALTER TABLE preparation_schedule
5+
MODIFY COLUMN preparation_name VARCHAR(50) NOT NULL;

ontime-back/src/main/resources/db/migration/V14__add_preparation_templates_and_modes.sql renamed to ontime-back/src/main/resources/db/migration/V18__add_preparation_templates_and_modes.sql

File renamed without changes.

0 commit comments

Comments
 (0)