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