focalboard/server/services/store
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
..
generators
mattermostauthlayer GH-3992 fix for missing templates, error when 'system' not found as user. (#3998) 2022-10-11 14:34:33 -05:00
mockstore
sqlstore make sure users.props contains a hash! (#4029) 2022-10-19 13:54:24 +05:30
storetests Gh 3953 remove channel link duplicate (#4011) 2022-10-17 16:45:51 -05:00
store.go