Add call to remove_deprecated_taxes.py to config.yml

This commit is contained in:
Albert Cervera i Areny 2019-07-09 17:35:59 +02:00
parent 9be9f693cf
commit dd3698bda5
1 changed files with 1 additions and 0 deletions

View File

@ -500,6 +500,7 @@ before:
version: 3.4
tables: aeat_303_report
query: alter table aeat_303_report alter COLUMN previous_declaration_receipt type varchar(13) USING (previous_declaration_receipt::varchar);
- script: ./upgrades/before/remove_deprecated_taxes.py
after: