Compare commits

...

4 commits

Author SHA1 Message Date
ayato
5cbc99b3ac
Merge ee8b436185 into 5e7ac304a5 2025-05-13 19:50:34 +03:00
mrilyew
5e7ac304a5
fix(support): fix 500 on agent card edit (#1290)
Исправление карточки агента (смена первичного ключа с agent на id).

Для применения нужно очистить chandler/tmp/cache/database
2025-05-13 16:50:31 +00:00
ayato
ee8b436185
locales-kk: catch up with the updates 2/?
last commit 1e7fdeff27
2025-04-19 20:54:48 +05:00
ayato
14bcb8a271
locales-kk: catch up with the updates 1/? 2025-03-14 22:19:38 +05:00
2 changed files with 772 additions and 85 deletions

View file

@ -0,0 +1,3 @@
ALTER TABLE `support_names`
DROP PRIMARY KEY,
ADD PRIMARY KEY(`id`);

File diff suppressed because it is too large Load diff