main

mattermost/focalboard

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

test34_drop_delete_at_column.sql

TLDR

This SQL file is used to drop the delete_at column from the focalboard_category_boards table.

Methods

This file does not contain any methods.

Classes

This file does not contain any classes.

ALTER TABLE focalboard_category_boards DROP COLUMN delete_at;