Skip to content

Commit

Permalink
BUGFIX: pin migration identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfuerst committed Nov 24, 2016
1 parent 8fb7989 commit 8379de6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Migrations/Code/Version20160601101500.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
class Version20160601101500 extends AbstractMigration
{

public function getIdentifier()
{
return 'TYPO3.Form-20160601101500';
}

/**
* @return void
*/
Expand Down

0 comments on commit 8379de6

Please sign in to comment.