From 9a6762d0baf111aecc97e932e789b335a5082cfc Mon Sep 17 00:00:00 2001 From: Denis Ranneft Date: Mon, 30 Mar 2026 17:23:53 +0300 Subject: [PATCH] fix --- backend/internal/storage/hero_store.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/internal/storage/hero_store.go b/backend/internal/storage/hero_store.go index a1e2515..1425872 100644 --- a/backend/internal/storage/hero_store.go +++ b/backend/internal/storage/hero_store.go @@ -288,12 +288,12 @@ func (s *HeroStore) Create(ctx context.Context, hero *model.Hero) error { $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, - $18, $19, - $20, $21, $22, - $23, $24, $25, - $26, $27, $28, $29, $30, - $31, - $32, $33 + $18, $19, $20, + $21, $22, $23, + $24, $25, $26, + $27, $28, $29, $30, $31, + $32, + $33, $34 ) RETURNING id `