main

mattermost/focalboard

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

test35_add_hidden_column.sql

TLDR

This SQL file adds a new boolean column named "hidden" to the table "focalboard_category_boards" in the database.

ALTER TABLE focalboard_category_boards ADD COLUMN hidden boolean;