Skip to content
Snippets Groups Projects
Commit 2730e5b4 authored by migodoo's avatar migodoo
Browse files

[fix] migration script

parent 66b87a95
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ def scop_account_move_cg_map_values(env):
SET
bordereau_id = ai.bordereau_id,
amount_cg_calculated = ai.amount_cg_calculated,
cotiz_quarter = cast(ai.cotiz_quarter as varchar),
cotiz_quarter = cast(ai.cotiz_quarter as varchar)
FROM account_invoice ai
WHERE ai.id = am.old_invoice_id;
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment