execute("UPDATE qimall_crontab_task set rule = '0 3 0 * * *' where command = 'commission-years-billing/init';"); $this->execute("UPDATE qimall_crontab_task set rule = '0 3 0 * * *' where command = 'commission-month-billing/init';"); }catch (\Exception $e){ } } /** * {@inheritdoc} */ public function safeDown() { echo "M230719090107UpdateQimallCrontabTask cannot be reverted.\n"; return false; } /* // Use up()/down() to run migration code without a transaction. public function up() { } public function down() { echo "M230719090107UpdateQimallCrontabTask cannot be reverted.\n"; return false; } */ }