8 lines
90 B
MySQL
8 lines
90 B
MySQL
|
-- Revert numerus:extension_iban from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop extension if exists iban;
|
||
|
|
||
|
commit;
|