Completed
Push — master ( 0422e6...ddabc5 )
by René
17s
created
lib/Migration/Version0009Date20181125061900.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.