]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/DoctrineMigrations/Version20170501115751.php
Fix reviews
[github/wallabag/wallabag.git] / app / DoctrineMigrations / Version20170501115751.php
index 2597f1ffd2dcbf48cd2e8bd77681a84a85ed302a..7f068eb84e7cf93fdb1a3a69d3b7663d3b147f7b 100644 (file)
@@ -38,7 +38,7 @@ class Version20170501115751 extends AbstractMigration implements ContainerAwareI
         $table->addColumn('id', 'integer', ['autoincrement' => true]);
         $table->addColumn('user_id', 'integer');
         $table->addColumn('host', 'string', ['length' => 255]);
-        $table->addColumn('username', 'string', ['length' => 255]);
+        $table->addColumn('username', 'text');
         $table->addColumn('password', 'text');
         $table->addColumn('createdAt', 'datetime');
         $table->addIndex(['user_id'], 'idx_user');