Обновить dags/OSV_with_docs.py
This commit is contained in:
parent
a312c9e5ff
commit
cbe4386fc7
|
|
@ -326,7 +326,6 @@ def pogasheniya(**kwargs):
|
||||||
SELECT * FROM temp_pogasheniya
|
SELECT * FROM temp_pogasheniya
|
||||||
ON CONFLICT (schet, uid_dogovor)
|
ON CONFLICT (schet, uid_dogovor)
|
||||||
DO UPDATE SET
|
DO UPDATE SET
|
||||||
nomer = EXCLUDED.nomer,
|
|
||||||
name = EXCLUDED.name,
|
name = EXCLUDED.name,
|
||||||
nomer = EXCLUDED.nomer,
|
nomer = EXCLUDED.nomer,
|
||||||
date_begin = EXCLUDED.date_begin,
|
date_begin = EXCLUDED.date_begin,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue