@@ -117,7 +117,7 @@ |
||
| 117 | 117 | } else { |
| 118 | 118 | |
| 119 | 119 | $table = $schema->getTable('polls_events'); |
| 120 | - if(!$table->hasColumn('allow_maybe')) { |
|
| 120 | + if (!$table->hasColumn('allow_maybe')) { |
|
| 121 | 121 | $table->addColumn('allow_maybe', Type::INTEGER, [ |
| 122 | 122 | 'notnull' => false, |
| 123 | 123 | 'default' => 1, |