/sport/* aliases u app: admin, dokumenti, crm/v2, erp/full
This commit is contained in:
@@ -286,7 +286,7 @@ def upsert_clan(klub_db_id: int, hns_pid: int, ime_prezime: str, slug: str) -> i
|
||||
VALUES (%s,%s,%s,'hns_semafor',%s,%s,now(),%s,%s,'nogomet',
|
||||
true, false, now(), now())
|
||||
RETURNING id""",
|
||||
(klub_db_id, ime, prezime, str(hns_pid), url, slug or None, hns_pid),
|
||||
(klub_db_id, ime, prezime, str(hns_pid), url, slug or None, str(hns_pid)),
|
||||
)
|
||||
cid = cu.fetchone()[0]
|
||||
c.commit()
|
||||
|
||||
Reference in New Issue
Block a user