Skip to content

Commit cb35500

Browse files
author
igor-chepurnoi
committed
fix code style
1 parent 60b020d commit cb35500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/m160804_101551_drop_dateSheduled_and_dateExecuted_columns.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class m160804_101551_drop_dateSheduled_and_dateExecuted_columns extends Migratio
77
public function up()
88
{
99
$this->dropIndex('idx-CronSchedule-dateScheduled-status', '{{%CronSchedule}}');
10-
10+
1111
$this->dropColumn('{{%CronSchedule}}', 'dateScheduled');
1212
$this->dropColumn('{{%CronSchedule}}', 'dateExecuted');
1313

0 commit comments

Comments
 (0)