This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
go-trainer/demo_basic/sql/mysql/system_cron.sql
2015-12-06 06:47:58 +01:00

1 line
157 B
SQL

INSERT INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`, `last_run`, `status`) VALUES ('cron_calculate_votes', 0, 0, 1, 0, 0, NULL, 0);