__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
--
-- Table structure for table "#__scheduler_logs"
--
CREATE TABLE IF NOT EXISTS "#__scheduler_logs" (
"id" serial NOT NULL,
"taskname" varchar(255) DEFAULT '' NOT NULL,
"tasktype" varchar(128) NOT NULL,
"duration" NUMERIC(5,3) NOT NULL,
"jobid" integer NOT NULL,
"taskid" integer NOT NULL,
"exitcode" integer NOT NULL,
"lastdate" timestamp without time zone,
"nextdate" timestamp without time zone,
PRIMARY KEY (id)
);
CREATE INDEX "#__scheduler_logs_idx_taskname" ON "#__scheduler_logs" ("taskname");
CREATE INDEX "#__scheduler_logs_idx_tasktype" ON "#__scheduler_logs" ("tasktype");
CREATE INDEX "#__scheduler_logs_idx_lastdate" ON "#__scheduler_logs" ("lastdate");
CREATE INDEX "#__scheduler_logs_idx_nextdate" ON "#__scheduler_logs" ("nextdate");