8 lines
90 B
MySQL
8 lines
90 B
MySQL
|
-- Revert numerus:schema_numerus from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop schema if exists numerus;
|
||
|
|
||
|
commit;
|