li7y/migrations/20240705104056_create_item_class.down.sql

13 lines
240 B
MySQL
Raw Permalink Normal View History

2024-07-07 13:48:31 +02:00
-- SPDX-FileCopyrightText: 2024 Simon Bruder <simon@sbruder.de>
--
-- SPDX-License-Identifier: AGPL-3.0-or-later
ALTER TABLE items
DROP class;
DROP TABLE item_classes;
DROP TYPE item_class_type;
DROP FUNCTION check_item_class_parent;