separate changelog for ignored hint
This commit is contained in:
parent
b3eb73f14e
commit
210112007b
@ -1798,9 +1798,6 @@ databaseChangeLog:
|
||||
- column:
|
||||
name: updated_color
|
||||
type: VARCHAR(255)
|
||||
- column:
|
||||
name: ignored_hint_color
|
||||
type: VARCHAR(255)
|
||||
tableName: color_configuration
|
||||
- changeSet:
|
||||
id: 1637073006104-77
|
||||
|
||||
@ -0,0 +1,12 @@
|
||||
databaseChangeLog:
|
||||
- changeSet:
|
||||
id: add-ignored-hint-color
|
||||
author: timo
|
||||
changes:
|
||||
- addColumn:
|
||||
columns:
|
||||
- column:
|
||||
name: ignored_hint_color
|
||||
type: VARCHAR(255)
|
||||
defaultValue: #aaaaaa
|
||||
tableName: color_configuration
|
||||
@ -1,3 +1,5 @@
|
||||
databaseChangeLog:
|
||||
- include:
|
||||
file: db/changelog/1-initial-schema.changelog.yaml
|
||||
- include:
|
||||
file: db/changelog/2-ignored-hint-color.changelog.yaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user