main

mattermost/focalboard

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

000005_blocks_modifiedby.up.sql

TLDR

This file adds a column named "modified_by" to the "blocks" table in the database if it doesn't already exist.

END

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