8 lines
82 B
MySQL
8 lines
82 B
MySQL
|
-- Revert numerus:currency from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop table numerus.currency;
|
||
|
|
||
|
commit;
|