aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/DoctrineMigrations/Version20190401105353.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/DoctrineMigrations/Version20190401105353.php')
-rw-r--r--app/DoctrineMigrations/Version20190401105353.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/DoctrineMigrations/Version20190401105353.php b/app/DoctrineMigrations/Version20190401105353.php
index d27962db..600fc162 100644
--- a/app/DoctrineMigrations/Version20190401105353.php
+++ b/app/DoctrineMigrations/Version20190401105353.php
@@ -10,9 +10,6 @@ use Wallabag\CoreBundle\Doctrine\WallabagMigration;
10 */ 10 */
11class Version20190401105353 extends WallabagMigration 11class Version20190401105353 extends WallabagMigration
12{ 12{
13 /**
14 * @param Schema $schema
15 */
16 public function up(Schema $schema) 13 public function up(Schema $schema)
17 { 14 {
18 $entryTable = $schema->getTable($this->getTable('entry')); 15 $entryTable = $schema->getTable($this->getTable('entry'));
@@ -27,9 +24,6 @@ class Version20190401105353 extends WallabagMigration
27 $entryTable->addIndex(['user_id', 'hashed_url'], 'hashed_url_user_id', [], ['lengths' => [null, 40]]); 24 $entryTable->addIndex(['user_id', 'hashed_url'], 'hashed_url_user_id', [], ['lengths' => [null, 40]]);
28 } 25 }
29 26
30 /**
31 * @param Schema $schema
32 */
33 public function down(Schema $schema) 27 public function down(Schema $schema)
34 { 28 {
35 $entryTable = $schema->getTable($this->getTable('entry')); 29 $entryTable = $schema->getTable($this->getTable('entry'));