10 lines
108 B
PL/PgSQL
Executable File
10 lines
108 B
PL/PgSQL
Executable File
-- Type: UNDO
|
|
-- Name: api_key
|
|
-- Description: api_key model
|
|
|
|
BEGIN;
|
|
|
|
DROP TABLE omnivore.api_key;
|
|
|
|
COMMIT;
|