mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
989cd8952b
This commit allows you to add a comment to group administrators, which will be displayed in the list of administrators
1 line
69 B
SQL
1 line
69 B
SQL
ALTER TABLE groups ADD COLUMN owner_comment VARCHAR(36) AFTER owner;
|