Feature #32631

Provide command to mark all migrations as executed

Added by Karsten Dambekalns over 3 years ago. Updated over 3 years ago.

Status:Resolved Start date:2011-12-16
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Persistence
Target version:TYPO3 Flow Base Distribution - 1.1
PHP Version: Complexity:
Has patch:No

Description

When setting up a fresh instance of FLOW3 it is not really needed to migrate the DB through all steps. A simple create is a lot faster. To easily mark the DB as fully migrated a new command is needed:

./flow3 doctrine:migrationversion all --add

The "all" will then actas on all available migrations.

Associated revisions

Revision f53be7ac
Added by Karsten Dambekalns over 3 years ago

[FEATURE] Command to mark all migrations as executed

It is now possible to mark all migrations as (not) executed with
./flow3 doctrine:migrationversion all --delete
./flow3 doctrine:migrationversion all --add

Change-Id: Ie157d48350f7868e73f5dc419dfdbce297c9e1f7
Resolves: #32631
Releases: 1.1

History

#1 Updated by Gerrit Code Review over 3 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7318

#2 Updated by Gerrit Code Review over 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7318

#3 Updated by Karsten Dambekalns over 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF