mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
SQL: Fix agent card editing
This commit is contained in:
parent
1423006bf1
commit
0b1d2d577a
1 changed files with 2 additions and 0 deletions
2
install/sqls/00037-agent-card-profilefix.sql
Normal file
2
install/sqls/00037-agent-card-profilefix.sql
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
ALTER TABLE `support_names`
|
||||||
|
ADD COLUMN `id` bigint(20) NOT NULL AUTO_INCREMENT UNIQUE FIRST;
|
Loading…
Reference in a new issue