db-schema/db_scripts/diff/15059.down

6 lines
74 B

USE billing;
ALTER TABLE contacts
DROP COLUMN iban;
DROP COLUMN bic;