main

mattermost/focalboard

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

000030_add_category_sort_order.up.sql

TLDR

This file is an SQL migration script that adds a new column called "sort_order" to the "categories" table in the database.

Methods (if applicable)

No methods found in the file.

Classes (if applicable)

No classes found in the file.

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