Welcome Guest, Not a member yet? Register   Sign In
[CRITIQUE REQUEST] Migration Practices
#8

[eluser]WanWizard[/eluser]
The version number is not meant to indicate a version of the migration file, but it's place in the order of migrations. It makes sure that if you install an application that has lots of migration files, they are all executed in thr correct order. Any vcs system in use has nothing to do with this mechanism.

The reason of using migrations is that during the evolution of an application, database changes are introduced with new versions of the application.

If you, like in any other proper development environment, use dev/local, testing, staging, deployment and production environments, you've got servers running different versions of the application. When you move something from one environment to the next (i.e. you upgrade or downgrade an installation), you need to adjust the database schema accordingly. Migrations will take care of this for you.

This gives a good indication of how the migrations work.


Messages In This Thread
[CRITIQUE REQUEST] Migration Practices - by El Forum - 07-01-2012, 02:17 AM
[CRITIQUE REQUEST] Migration Practices - by El Forum - 07-01-2012, 07:35 AM
[CRITIQUE REQUEST] Migration Practices - by El Forum - 07-01-2012, 10:33 AM
[CRITIQUE REQUEST] Migration Practices - by El Forum - 07-01-2012, 02:49 PM
[CRITIQUE REQUEST] Migration Practices - by El Forum - 07-01-2012, 11:59 PM
[CRITIQUE REQUEST] Migration Practices - by El Forum - 07-02-2012, 12:21 AM
[CRITIQUE REQUEST] Migration Practices - by El Forum - 07-02-2012, 02:15 AM
[CRITIQUE REQUEST] Migration Practices - by El Forum - 07-02-2012, 02:34 AM
[CRITIQUE REQUEST] Migration Practices - by El Forum - 07-02-2012, 03:55 AM
[CRITIQUE REQUEST] Migration Practices - by El Forum - 07-02-2012, 03:56 AM
[CRITIQUE REQUEST] Migration Practices - by El Forum - 07-02-2012, 04:05 AM
[CRITIQUE REQUEST] Migration Practices - by El Forum - 07-02-2012, 05:33 AM
[CRITIQUE REQUEST] Migration Practices - by El Forum - 07-02-2012, 06:52 AM
[CRITIQUE REQUEST] Migration Practices - by El Forum - 07-02-2012, 02:57 PM
[CRITIQUE REQUEST] Migration Practices - by El Forum - 11-22-2012, 11:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB