Fix bug with date in ANC_LIST
This commit is contained in:
parent
87f0122a3f
commit
f65c24569e
5 changed files with 290 additions and 30 deletions
4
sql/downgrade.sql
Normal file
4
sql/downgrade.sql
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue