10 lines
150 B
PL/PgSQL
Executable File
10 lines
150 B
PL/PgSQL
Executable File
-- Type: UNDO
|
|
-- Name: highlight_replies
|
|
-- Description: Create omnivore.highlight_reply table
|
|
|
|
BEGIN;
|
|
|
|
DROP TABLE omnivore.highlight_reply;
|
|
|
|
COMMIT;
|