This repository has been archived by the owner on May 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 158
Enhancement: Use doctrine/migrations to modify the database schema #502
Merged
Ocramius
merged 11 commits into
zendframework:master
from
localheinz:feature/doctrine-migrations
Oct 19, 2015
Merged
Enhancement: Use doctrine/migrations to modify the database schema #502
Ocramius
merged 11 commits into
zendframework:master
from
localheinz:feature/doctrine-migrations
Oct 19, 2015
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
localheinz
force-pushed
the
feature/doctrine-migrations
branch
2 times, most recently
from
September 26, 2015 11:00
d54ead9
to
cabda7f
Compare
localheinz
force-pushed
the
feature/doctrine-migrations
branch
3 times, most recently
from
September 26, 2015 19:49
51045e3
to
0568635
Compare
2 tasks
localheinz
force-pushed
the
feature/doctrine-migrations
branch
from
September 26, 2015 20:19
4931a3d
to
f21c2d7
Compare
This is a hight priority respect #497 And it is ready to go!! :) |
Needs a rebase, sadly :-( |
bad day |
localheinz
force-pushed
the
feature/doctrine-migrations
branch
from
October 18, 2015 20:27
cda354e
to
7f58f37
Compare
wowowo!!!! 🎈 |
Ocramius
added a commit
that referenced
this pull request
Oct 19, 2015
Enhancement: Use doctrine/migrations to modify the database schema
👍 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR
doctrine/doctrine-module
doctrine/doctrine-orm-module
doctrine/migrations
DoctrineORMModule
(minimum required for migrations)DoctrineModule
andDoctrineORMModule
data/sql/0.sql
Application
namespaceRelated to #497.
💁 The Doctrine console commands are available via
Enjoy!