main

mattermost/focalboard

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

000023_persist_category_collapsed_state.up.sql

TLDR

This file adds a new column named "collapsed" to the "categories" table in the database, with a default value of false.

{{- /* addColumnIfNeeded tableName columnName datatype constraint */ -}}
{{ addColumnIfNeeded "categories" "collapsed" "boolean" "default false"}}