8 lines
103 B
MySQL
8 lines
103 B
MySQL
|
-- Revert numerus:currency_code from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop domain if exists numerus.currency_code;
|
||
|
|
||
|
commit;
|