Обновить dags/pogasheniya.py
This commit is contained in:
parent
7ad336d6e3
commit
446111950c
|
|
@ -67,9 +67,9 @@ def pogasheniya(**kwargs):
|
|||
ON CONFLICT (schet, uid_dogovor, nomer)
|
||||
DO UPDATE SET
|
||||
name = EXCLUDED.name,
|
||||
agreement_num = EXCLUDED.agreement_num,
|
||||
agreement_date = EXCLUDED.agreement_date,
|
||||
redemption_date = EXCLUDED.redemption_date
|
||||
nomer = EXCLUDED.nomer,
|
||||
date_begin = EXCLUDED.date_begin,
|
||||
date_end = EXCLUDED.date_end
|
||||
""")
|
||||
conn.execute("""
|
||||
UPDATE public.pogasheniya fp
|
||||
|
|
|
|||
Loading…
Reference in New Issue