Files
omnivore/packages/db/migrations/0065.undo.labels.sql
2022-02-11 09:24:33 -08:00

10 lines
112 B
PL/PgSQL
Executable File

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