Skip to content

Commit

Permalink
DIS-192 Increase field lengths for a few columns
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnoble73 committed Feb 6, 2025
1 parent 4380742 commit b13fadd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/web/sys/DBMaintenance/version_updates/25.02.00.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,16 @@ function getUpdates25_02_00(): array {
"ALTER TABLE system_variables ADD COLUMN enableAspenEvents TINYINT(1) DEFAULT 0"
]
], //native_events_indexing_tables
'increase_event_field_lengths' => [
'title' => 'Increase field lengths for some Aspen Events tables',
'description' => 'Increase field lengths for some Aspen Events tables',
'sql' => [
'ALTER TABLE event_field CHANGE COLUMN allowableValues allowableValues TEXT',
'ALTER TABLE event CHANGE COLUMN description description TEXT',
'ALTER TABLE event_type CHANGE COLUMN description description TEXT',
'ALTER TABLE event_instance CHANGE COLUMN note note TEXT',
]
], //increase_event_field_lengths

//kirstien - Grove
'lida_general_settings_add_more_info' => [
Expand Down

0 comments on commit b13fadd

Please sign in to comment.