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