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