main

mattermost/focalboard

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

000003_blocks_rootid.up.sql

TLDR

This file adds a column called "root_id" to the "blocks" table in the SQL database.

{{- /* addColumnIfNeeded tableName  columnName  datatype  constraint */ -}}
{{ addColumnIfNeeded "blocks" "root_id" "varchar(36)" ""}}