Major new feature: Allow to restrict plugin hooks and plugins to only specific usergroups
This commit is contained in:
2
sql/db_update_1.1-beta3_1.1-beta4_mysql.sql
Normal file
2
sql/db_update_1.1-beta3_1.1-beta4_mysql.sql
Normal file
@ -0,0 +1,2 @@
|
||||
ALTER TABLE {PREFIX}groupconfig CHANGE property property varchar(128) NULL DEFAULT NULL;
|
||||
ALTER TABLE {PREFIX}groupconfig CHANGE value value varchar(64) NULL DEFAULT NULL;
|
Reference in New Issue
Block a user