altocompta/sql/downgrade.sql
2011-05-16 16:57:33 +00:00

4 lines
227 B
SQL

alter table operation_analytique add column pa_id bigint;
ALTER TABLE operation_analytique DROP CONSTRAINT operation_analytique_oa_amount_check;
drop type anc_table_card_type cascade;
drop type anc_table_account_type cascade;