/sport/* aliases u app: admin, dokumenti, crm/v2, erp/full

This commit is contained in:
2026-05-05 14:13:32 +02:00
parent 360b8008ba
commit 448273945c
4 changed files with 321 additions and 903 deletions
+1 -1
View File
@@ -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()