focalboard/server/services/store/sqlstore/migrations
Tobias Oetiker d586c9351e
make sure users.props contains a hash! (#4029)
* make sure users.props contains a hash!

Partial fix for #4018. This does NOT address the 'dirty' column mentioned in this issue!

* Update server/services/store/sqlstore/migrations/000027_migrate_user_props_to_preferences.up.sql

* Just make sure that props is an object

* add newline back in

* Update 000027_migrate_user_props_to_preferences.up.sql

* Also added the check for sytandalone version query for POstgres

* added explicit cast to JSONB

Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com>
2022-10-19 13:54:24 +05:30
..
000001_init.down.sql
000001_init.up.sql
000002_system_settings_table.down.sql
000002_system_settings_table.up.sql
000003_blocks_rootid.down.sql
000003_blocks_rootid.up.sql
000004_auth_table.down.sql
000004_auth_table.up.sql
000005_blocks_modifiedby.down.sql
000005_blocks_modifiedby.up.sql
000006_sharing_table.down.sql
000006_sharing_table.up.sql
000007_workspaces_table.down.sql
000007_workspaces_table.up.sql
000008_teams.down.sql
000008_teams.up.sql
000009_blocks_history.down.sql
000009_blocks_history.up.sql
000010_blocks_created_by.down.sql
000010_blocks_created_by.up.sql
000011_match_collation.down.sql
000011_match_collation.up.sql
000012_match_column_collation.down.sql
000012_match_column_collation.up.sql
000013_millisecond_timestamps.down.sql
000013_millisecond_timestamps.up.sql
000014_add_not_null_constraint.down.sql
000014_add_not_null_constraint.up.sql
000015_blocks_history_no_nulls.down.sql
000015_blocks_history_no_nulls.up.sql
000016_subscriptions_table.down.sql
000016_subscriptions_table.up.sql
000017_add_file_info.down.sql Fix failure to upgrade from 7.0 to 7.2 (#3240) 2022-06-16 12:55:48 +02:00
000017_add_file_info.up.sql Update 000017_add_file_info.up.sql (#3266) 2022-06-22 12:51:06 -04:00
000018_add_teams_and_boards.down.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00
000018_add_teams_and_boards.up.sql Add the creator of the board as a administrator of the board if it still belongs to the channel (#3454) 2022-07-28 18:45:00 +02:00
000019_populate_categories.down.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00
000019_populate_categories.up.sql Move category creation and UUID update to a more performant data migration (#3437) 2022-07-27 23:21:19 +02:00
000020_populate_category_blocks.down.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00
000020_populate_category_blocks.up.sql Move category creation and UUID update to a more performant data migration (#3437) 2022-07-27 23:21:19 +02:00
000021_create_boards_members_history.down.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00
000021_create_boards_members_history.up.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00
000022_create_default_board_role.down.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00
000022_create_default_board_role.up.sql Migration fixes (#3196) 2022-06-08 10:13:56 -04:00
000023_persist_category_collapsed_state.down.sql Persist category state (#3579) 2022-08-08 14:55:47 -06:00
000023_persist_category_collapsed_state.up.sql Persist category state (#3579) 2022-08-08 14:55:47 -06:00
000024_mark_existsing_categories_collapsed.down.sql Persist category state (#3579) 2022-08-08 14:55:47 -06:00
000024_mark_existsing_categories_collapsed.up.sql Persist category state (#3579) 2022-08-08 14:55:47 -06:00
000025_indexes_update.down.sql Updates db indexes to improve performance (#3732) 2022-08-24 18:42:41 +02:00
000025_indexes_update.up.sql Updates db indexes to improve performance (#3732) 2022-08-24 18:42:41 +02:00
000026_create_preferences_table.down.sql Props to preferences (#3722) 2022-08-29 12:55:12 +05:30
000026_create_preferences_table.up.sql Props to preferences (#3722) 2022-08-29 12:55:12 +05:30
000027_migrate_user_props_to_preferences.down.sql Props to preferences (#3722) 2022-08-29 12:55:12 +05:30
000027_migrate_user_props_to_preferences.up.sql make sure users.props contains a hash! (#4029) 2022-10-19 13:54:24 +05:30
000028_remove_template_channel_link.down.sql Add remove templates channel link migration (#3794) 2022-09-07 14:22:06 -06:00
000028_remove_template_channel_link.up.sql Add remove templates channel link migration (#3794) 2022-09-07 14:22:06 -06:00