migrate.sql 563 B

12345678
  1. INSERT INTO `qimall_crontab_task`(`name`, `command`, `type`, `rule`, `is_warning`, `status`, `created_at`, `updated_at`) VALUES ('种子金能量池释放', 'seed/release-crontab/exec', 2, '0 0 */1 * * *', 0, 1, 1660554371, 1660554371);
  2. INSERT INTO `qimall_global_var_map`(`name`, `title`, `type`, `is_addons`, `status`, `created_at`, `updated_at`) VALUES
  3. ('Seed', '种子金', 'IncomeMap', 1, 1, 1661841988, 1661841988),
  4. ('Seed', '种子金', 'FromTypeMap', 1, 1, 1661841988, 1661841988),
  5. ('collect', '提现', 'CapitalTypeMap', 0, 1, 1661841988, 1661841988);