Fix bug with date in ANC_LIST

This commit is contained in:
Dany De Bontridder 2011-05-16 16:57:33 +00:00
parent 87f0122a3f
commit f65c24569e
5 changed files with 290 additions and 30 deletions

4
sql/downgrade.sql Normal file
View file

@ -0,0 +1,4 @@
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;