Skip to content
Snippets Groups Projects
Commit 81436d53 authored by Case Nelson's avatar Case Nelson
Browse files

Fix migration ordering

parent 9e13e141
No related branches found
No related tags found
No related merge requests found
......@@ -12103,6 +12103,20 @@ databaseChangeLog:
tableName: core_user
columnName: last_name
columnDataType: varchar(254)
- changeSet:
id: v44.00-029
author: qnkhuat
comment: Added 0.44.0 - Add has_more_values to metabase_fieldvalues
changes:
- addColumn:
tableName: metabase_fieldvalues
columns:
- column:
name: has_more_values
type: boolean
remarks: true if the stored values list is a subset of all possible values
defaultValueBoolean: false
- changeSet:
id: v44.00-030
author: snoe
......@@ -12171,20 +12185,6 @@ databaseChangeLog:
columnNames: action_id
constraintName: pk_http_action
- changeSet:
id: v44.00-029
author: qnkhuat
comment: Added 0.44.0 - Add has_more_values to metabase_fieldvalues
changes:
- addColumn:
tableName: metabase_fieldvalues
columns:
- column:
name: has_more_values
type: boolean
remarks: true if the stored values list is a subset of all possible values
defaultValueBoolean: false
- changeSet:
id: v44.00-033
author: qnkhuat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment