Files
omnivore/packages/db/migrations/0084.undo.api_key.sql
2022-05-27 18:33:49 +08:00

10 lines
108 B
PL/PgSQL
Executable File

-- Type: UNDO
-- Name: api_key
-- Description: api_key model
BEGIN;
DROP TABLE omnivore.api_key;
COMMIT;