8 lines
88 B
MySQL
8 lines
88 B
MySQL
|
-- Revert camper:country from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop table if exists camper.country;
|
||
|
|
||
|
commit;
|