mirror of
https://github.com/djhackersdev/minime.git
synced 2026-08-19 17:06:41 -05:00
idz: Fix SqlTeamRepository
This commit is contained in:
committed by
da5669c09fdb0a288ba01e259a609d7779ac7fc9
parent
2189132753
commit
e43faeff10
@@ -64,6 +64,7 @@ export class SqlTeamRepository implements TeamRepository {
|
||||
const createSql = sql.insert("idz_team", {
|
||||
id: id,
|
||||
ext_id: extId,
|
||||
version: team.version,
|
||||
name: team.name,
|
||||
name_bg: team.nameBg,
|
||||
name_fx: team.nameFx,
|
||||
|
||||
Reference in New Issue
Block a user