main

mattermost/focalboard

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

000034_category_boards_remove_unused_delete_at_column.up.sql

TLDR

This SQL file is used for removing the "delete_at" column from the "category_boards" table in the database.

{{ if or .postgres .mysql }}
    {{ dropColumnIfNeeded "category_boards" "delete_at" }}
{{end}}