main

mattermost/focalboard

Last updated at: 29/12/2023 09:48

test28RemoveTemplateChannelLink.sql

TLDR

This file is a SQL script that inserts data into the focalboard_boards table.

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');