Add 'after' query to upgate reconciliation date field.

This commit is contained in:
Albert Cervera i Areny 2017-01-21 00:58:39 +01:00
parent 716a9e0746
commit 98e4c125dd
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ before:
after:
- DELETE FROM ir_translation WHERE module = 'account_es';
- DELETE FROM ir_translation WHERE module = 'account_es_pyme';
- comment: -> 4.0
query: UPDATE account_move_reconciliation SET date=create_date::DATE WHERE date IS NULL;
- comment: # Change login's length
query: ALTER TABLE res_user_login_attempt ALTER COLUMN login TYPE character varying(512);
- comment: # Mark all categories as accounting type