Florian Schaal
2014-09-22 adf2682cc7702c5d50c321ff53c5e427a39d4a34
1
2
3
4
5
ALTER TABLE `sys_theme` ADD `sys_userid` int(11) unsigned NOT NULL DEFAULT '0',
                     ADD `sys_groupid` int(11) unsigned NOT NULL DEFAULT '0',
                     ADD `sys_perm_user` varchar(5) DEFAULT NULL,
                     ADD `sys_perm_group` varchar(5) DEFAULT NULL,
                     ADD `sys_perm_other` varchar(5) DEFAULT NULL;