mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
b15b9643a0
This commit allows you to display the list of administrators instead of the group author (maximum 7 administrators, the rest will be hidden) and hide the group author
1 line
98 B
SQL
1 line
98 B
SQL
ALTER TABLE groups ADD COLUMN administrators_list_display TINYINT(3) UNSIGNED NOT NULL DEFAULT 0;
|