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