openvk/install/sqls/00037-agent-card-profilefix.sql

3 lines
97 B
MySQL
Raw Normal View History

2023-06-11 12:29:36 +03:00
ALTER TABLE `support_names`
ADD COLUMN `id` bigint(20) NOT NULL AUTO_INCREMENT UNIQUE FIRST;