main

mattermost/focalboard

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

000031_add_category_boards_sort_order.up.sql

TLDR

This file adds a new column, "sort_order", to the "category_boards" table in the database if it doesn't already exist.

{{- /* addColumnIfNeeded tableName columnName datatype constraint */ -}}
{{ addColumnIfNeeded "category_boards" "sort_order" "BIGINT" ""}}