Skip to content
Snippets Groups Projects
Commit 864e68b8 authored by Cam Saül's avatar Cam Saül
Browse files

Fix dashcard visualization_settings migration :wrench:

parent 385700be
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@ databaseChangeLog:
- column:
name: visualization_settings
type: text
constraints:
nullable: true
deferrable: false
initiallyDeferred: false
nullable: false
- addNotNullConstraint:
tableName: report_dashboardcard
columnName: visualization_settings
columnDataType: text
defaultNullValue: '{}'
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