8 lines
84 B
PL/PgSQL
8 lines
84 B
PL/PgSQL
-- Revert camper:media from pg
|
|
|
|
begin;
|
|
|
|
drop table if exists camper.media;
|
|
|
|
commit;
|