main

mattermost/focalboard

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

000024_mark_existsing_categories_collapsed.up.sql

TLDR

This SQL file updates the "collapsed" field to true for all the existing categories.

UPDATE {{.prefix}}categories SET collapsed = true;