Ajout des champs completionDate et ready aux kits de retouche
This commit is contained in:
parent
f7230a3875
commit
6330c858b0
|
@ -1,7 +1,7 @@
|
|||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
group = "dev.fyloz.colorrecipesexplorer"
|
||||
version = "5.1"
|
||||
version = "5.2"
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "1.4.30"
|
||||
|
|
|
@ -121,4 +121,16 @@
|
|||
</update>
|
||||
</rollback>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="10" author="william">
|
||||
<addColumn tableName="touch_up_kit">
|
||||
<column name="completion_date" type="date(10)"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="11" author="william">
|
||||
<addColumn tableName="touch_up_kit_product">
|
||||
<column name="ready" defaultValueBoolean="false" type="bit(1)"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</databaseChangeLog>
|
||||
|
|
Loading…
Reference in New Issue