omnivore/packages/db/migrations/0119.undo.entity_labels.sql
2023-10-05 14:22:58 +08:00

9 lines
133 B
PL/PgSQL
Executable file

-- Type: UNDO
-- Name: entity_labels
-- Description: Create table entity_labels
BEGIN;
DROP TABLE omnivore.entity_labels;
COMMIT;