omnivore/packages/db/migrations/0119.undo.library_item_labels.sql
2023-10-05 14:18:21 +08:00

9 lines
151 B
PL/PgSQL
Executable file

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