1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-01-14 20:12:59 +03:00
openvk/install/sqls/00005-administrators-list.sql
Maxim Leshchenko b15b9643a0 Add group creator display options
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
2021-11-05 11:44:50 +02:00

1 line
98 B
SQL

ALTER TABLE groups ADD COLUMN administrators_list_display TINYINT(3) UNSIGNED NOT NULL DEFAULT 0;