mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Additional user admin perms, cron-categories added.
This commit is contained in:
@@ -156,6 +156,7 @@ CREATE TABLE core_media_cat (
|
||||
CREATE TABLE cron (
|
||||
cron_id INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||
cron_name VARCHAR(50) NOT NULL,
|
||||
cron_category VARCHAR(20) NOT NULL,
|
||||
cron_description VARCHAR(255) NOT NULL,
|
||||
cron_function VARCHAR(50) NOT NULL,
|
||||
cron_tab VARCHAR(255) NOT NULL,
|
||||
|
Reference in New Issue
Block a user