Skip to content
Snippets Groups Projects
Commit 3c7a7805 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

update the `value` column of our setting table so that it can store more than 254 characters.

parent 2dadec61
Branches
Tags
No related merge requests found
databaseChangeLog:
- changeSet:
id: 35
author: agilliland
changes:
- modifyDataType:
tableName: setting
columnName: value
newDataType: TEXT
- addNotNullContstraint:
tableName: setting
columnNames: value
......@@ -32,6 +32,7 @@
{"include": {"file": "migrations/031_add_field_fk_target.yaml"}},
{"include": {"file": "migrations/032_add_label_and_card_label_tables.yaml"}},
{"include": {"file": "migrations/033_add_physical_schema_tables.yaml"}},
{"include": {"file": "migrations/034_add_pulse_channel_enabled_field.yaml"}}
{"include": {"file": "migrations/034_add_pulse_channel_enabled_field.yaml"}},
{"include": {"file": "migrations/035_modify_setting_value_length.yaml"}}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment