Files
omnivore/packages/db/migrations/0121.undo.entity_labels.sql
2023-10-05 14:31:07 +08:00

13 lines
245 B
PL/PgSQL
Executable File

-- Type: UNDO
-- Name: entity_labels
-- Description: Create table entity_labels
BEGIN;
DROP TRIGGER library_item_labels_update ON omnivore.entity_labels;
DROP FUNCTION update_library_item_labels();
DROP TABLE omnivore.entity_labels;
COMMIT;