8 lines
83 B
MySQL
8 lines
83 B
MySQL
|
-- Revert camper:schema_auth from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop schema if exists auth;
|
||
|
|
||
|
commit;
|