Skip to content

Commit

Permalink
T1194 FIX migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ecino committed Mar 5, 2024
1 parent a65f619 commit a2bde95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recurring_contract/migrations/14.0.1.0.2/post-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ def migrate(cr, version):
AND m.payment_state != 'paid' AND m.state = 'posted'
AND aml.due_date < NOW()""",
)
cr.execute("""
ALTER TABLE account_move_recurring_contract_rel
DROP COLUMN account_invoice_id;
""")

0 comments on commit a2bde95

Please sign in to comment.