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