main

mattermost/focalboard

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

000028_remove_template_channel_link.up.sql

TLDR

This SQL file updates the channel_id field in the boards table to an empty string for all records where the is_template field is true.

UPDATE {{.prefix}}boards SET channel_id = '' WHERE is_template;