8 lines
97 B
MySQL
8 lines
97 B
MySQL
|
-- Revert numerus:tax_details from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop type if exists numerus.tax_details;
|
||
|
|
||
|
commit;
|