Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

KnpLabs/knpDoctrineVersionPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

knpDoctrineVersionPlugin

Trivial symfony 1.4 plugin to force or get a Doctrine migration version.

Usage

The doctrine:version task can get the current Doctrine migration version:

./symfony doctrine:version

Provide a version argument to change the current version (without migrating):

./symfony doctrine:version 10

Installation

To use this plugin as a git submodule:

git submodule add git://github.com/knplabs/knpDoctrineVersionPlugin.git plugins/knpDoctrineVersionPlugin

Then enable it in your config/ProjectConfiguration.class.php. You're done!

About

[UNMAINTAINED] With this symfony plugin you can directly change or get the current Doctrine migration version.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages