X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FDoctrineMigrations%2FVersion20160410190541.php;h=6294d84206683656ff2d8e55e9027b47cac0707d;hb=f17b89fadce0a8c2280fbe1518d66f20dddce59d;hp=80bcd12a96adbb7894e4c645336fff479fbda33a;hpb=7a340375c30531e0983deacdbfe39f13cb961005;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/DoctrineMigrations/Version20160410190541.php b/app/DoctrineMigrations/Version20160410190541.php index 80bcd12a..6294d842 100644 --- a/app/DoctrineMigrations/Version20160410190541.php +++ b/app/DoctrineMigrations/Version20160410190541.php @@ -34,7 +34,7 @@ class Version20160410190541 extends AbstractMigration implements ContainerAwareI { $entryTable = $schema->getTable($this->getTable('entry')); - $this->skipIf($entryTable->hasColumn('uid'), 'It seems that you already played this migration.'); + $this->skipIf($entryTable->hasColumn('uid') || $entryTable->hasColumn('uuid'), 'It seems that you already played this migration.'); $entryTable->addColumn('uid', 'string', [ 'notnull' => false,