li7y/migrations/2024-07-03-122248_item_add_parent/down.sql
2024-07-11 01:16:35 +02:00

11 lines
202 B
SQL

-- SPDX-FileCopyrightText: 2024 Simon Bruder <simon@sbruder.de>
--
-- SPDX-License-Identifier: AGPL-3.0-or-later
ALTER TABLE items
DROP parent;
DROP VIEW item_tree;
DROP FUNCTION check_item_cycle;