Completed
Push — master ( 19d552...6b730b )
by Morris
21:07 queued 10:33
created
core/Migrations/Version15000Date20180926101451.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 		$schema = $schemaClosure();
43 43
 
44 44
 		$table = $schema->getTable('authtoken');
45
-		$table->addColumn('password_invalid','boolean', [
45
+		$table->addColumn('password_invalid', 'boolean', [
46 46
 			'notnull' => true,
47 47
 			'default' => false,
48 48
 		]);
Please login to merge, or discard this patch.