File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
ide-service/src/main/resources/changelog Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 6060 </changeSet >
6161
6262 <changeSet author =" ide" id =" 1.0.0-mip-167-01" >
63+ <validCheckSum >ANY</validCheckSum >
64+ <preConditions onFail =" MARK_RAN" >
65+ <not >
66+ <tableExists tableName =" IDE_WIDGETS_SETTINGS" />
67+ </not >
68+ </preConditions >
6369 <createTable tableName =" IDE_WIDGETS_SETTINGS" >
6470 <column name =" ID" type =" BIGINT" >
6571 <constraints foreignKeyName =" FK_IDE_WIDGETS_SETTINGS" references =" IDE_WIDGETS(ID)" deferrable =" false" initiallyDeferred =" false" deleteCascade =" true" />
7177 <constraints nullable =" false" />
7278 </column >
7379 </createTable >
80+ <modifySql dbms =" mysql" >
81+ <append value =" ENGINE=INNODB CHARSET=utf8mb4 COLLATE utf8mb4_unicode_ci" />
82+ </modifySql >
83+ </changeSet >
84+
85+ <changeSet author =" ide" id =" 1.0.0-mip-167-02" >
86+ <validCheckSum >ANY</validCheckSum >
87+ <preConditions onFail =" MARK_RAN" >
88+ <not >
89+ <columnExists tableName =" IDE_WIDGETS" columnName =" TYPE" />
90+ </not >
91+ </preConditions >
7492 <addColumn tableName =" IDE_WIDGETS" >
7593 <column name =" TYPE" type =" INT" defaultValueNumeric =" 0" >
7694 <constraints nullable =" false" />
7795 </column >
7896 </addColumn >
79- <modifySql dbms =" mysql" >
80- <append value =" ENGINE=INNODB CHARSET=UTF8 COLLATE utf8_general_ci" />
81- </modifySql >
8297 </changeSet >
8398
8499</databaseChangeLog >
You can’t perform that action at this time.
0 commit comments