8 lines
96 B
MySQL
8 lines
96 B
MySQL
|
-- Revert numerus:collection from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop table if exists numerus.collection;
|
||
|
|
||
|
commit;
|