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