omnivore/packages/db/migrations/0120.undo.library_item_labels.sql

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;