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