mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-26 18:48:15 +02:00
956675aa07
* Fix migration 27 and update boards_migrator_test to support sqlite * Adds comments for clarity
5 lines
364 B
SQL
5 lines
364 B
SQL
INSERT INTO focalboard_users
|
|
(id, username, props)
|
|
VALUES
|
|
('user-id', 'johndoe', '{"focalboard_welcomePageViewed": true, "hiddenBoardIDs": ["board1", "board2"], "focalboard_tourCategory": "onboarding", "focalboard_onboardingTourStep": 1, "focalboard_onboardingTourStarted": true, "focalboard_version72MessageCanceled": true, "focalboard_lastWelcomeVersion": 7}');
|