Build 2602261731: fix user resync after nuclear wipe

This commit is contained in:
2026-02-26 17:32:48 +13:00
parent 6a5d2c4310
commit b215e8030c
3 changed files with 4 additions and 4 deletions

View File

@@ -527,7 +527,7 @@ def create_user(
invited_by_code,
invited_at
)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
""",
(
username,
@@ -577,7 +577,7 @@ def create_user_if_missing(
invited_by_code,
invited_at
)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
""",
(
username,