omnivore/packages/db/migrations/0121.undo.entity_labels.sql

13 lines
245 B
MySQL
Raw Permalink Normal View History

2023-08-24 03:35:35 +00:00
-- 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();
2023-08-24 03:35:35 +00:00
DROP TABLE omnivore.entity_labels;
COMMIT;