forked from Cookies_Github_mirror/AquaDX
[F] Fix diva migration sql
This commit is contained in:
@@ -21,6 +21,7 @@ spring.flyway.clean-disabled=false
|
||||
spring.flyway.baseline-on-migrate=true
|
||||
spring.flyway.locations=classpath:db/migration/{vendor}
|
||||
spring.flyway.out-of-order=true
|
||||
spring.flyway.validate-on-migrate=false
|
||||
|
||||
spring.datasource.driver-class-name=org.sqlite.JDBC
|
||||
spring.datasource.url=jdbc:sqlite:data/db.sqlite
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ALTER TABLE main.diva_player_profile MODIFY COLUMN pd_id BIGINT NOT NULL;
|
||||
ALTER TABLE main.diva_player_profile MODIFY COLUMN rival_pd_id BIGINT NOT NULL;
|
||||
ALTER TABLE main.diva_player_screen_shot MODIFY COLUMN pd_id BIGINT NOT NULL;
|
||||
ALTER TABLE main.diva_player_screen_shot MODIFY COLUMN pv_id BIGINT NOT NULL;
|
||||
ALTER TABLE diva_player_profile MODIFY COLUMN pd_id BIGINT NOT NULL;
|
||||
ALTER TABLE diva_player_profile MODIFY COLUMN rival_pd_id BIGINT NOT NULL;
|
||||
ALTER TABLE diva_player_screen_shot MODIFY COLUMN pd_id BIGINT NOT NULL;
|
||||
ALTER TABLE diva_player_screen_shot MODIFY COLUMN pv_id BIGINT NOT NULL;
|
||||
|
||||
Reference in New Issue
Block a user