main

mattermost/focalboard

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

000035_add_hidden_board_column.up.sql

TLDR

This file adds a new column named "hidden" to the "category_boards" table if it doesn't already exist.

{{ addColumnIfNeeded "category_boards" "hidden" "boolean" "" }}