main

mattermost/focalboard

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

000033_remove_deleted_category_boards.up.sql

TLDR

This SQL file removes deleted category boards from the database.

Methods

No methods found.

Classes

No classes found.

DELETE FROM {{.prefix}}category_boards WHERE delete_at > 0;