8 lines
87 B
MySQL
8 lines
87 B
MySQL
|
-- Revert camper:schema_camper from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop schema if exists camper;
|
||
|
|
||
|
commit;
|