SQL: Fix agent card editing

This commit is contained in:
Österreich Luminota 2023-06-11 16:29:36 +07:00
parent 1423006bf1
commit 0b1d2d577a
No known key found for this signature in database
GPG key ID: 1141A28608EC3217

View file

@ -0,0 +1,2 @@
ALTER TABLE `support_names`
ADD COLUMN `id` bigint(20) NOT NULL AUTO_INCREMENT UNIQUE FIRST;