Skip to content

Commit

Permalink
Added migration_270 to autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Jun 6, 2016
1 parent 06371ab commit 581c99c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,5 @@
'migration_265' => $baseDir . '/install/migrations/2.6.5.php',
'migration_266' => $baseDir . '/install/migrations/2.6.6.php',
'migration_267' => $baseDir . '/install/migrations/2.6.7.php',
'migration_270' => $baseDir . '/install/migrations/2.7.0.php',
);

9 comments on commit 581c99c

@animaux
Copy link
Contributor

@animaux animaux commented on 581c99c Feb 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am I right that there needs to be

'migration_271' => $baseDir . '/install/migrations/2.7.1.php',

here for 2.7.1? This fixed my problem while updating …

@nitriques
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, totally forgot to commit the file :(

I'll release 2.7.2

@michael-e
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better dont't forget the 2.7.2 migration file then. :-)

@nitriques
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hahaha yeah indeed ;)

@animaux
Copy link
Contributor

@animaux animaux commented on 581c99c Feb 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ein Teufelskreis!

@nitriques
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tatsächlich!

@animaux
Copy link
Contributor

@animaux animaux commented on 581c99c Feb 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

;)

@michael-e
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOL

@nitriques
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.