focalboard/server/services/store/sqlstore/migrationstests/fixtures/test28RemoveTemplateChannelLink.sql
2022-09-07 14:22:06 -06:00

5 lines
222 B
SQL

INSERT INTO focalboard_boards
(id, title, type, is_template, channel_id, team_id)
VALUES
('board-id', 'Board', 'O', false, 'linked-channel', 'team-id'),
('template-id', 'Template', 'O', true, 'linked-channel', 'team-id');