Export to GitHub

cakephp-migrations - issue #8

change to timestamped migrations


Posted on Mar 30, 2008 by Grumpy Ox

Change migration files to use UTC timestamp instead of a number. This will solve the problem of conflicting migrations.

Comment #1

Posted on May 5, 2008 by Swift Cat

This does not solve the original problem, it just reduces the frequency that there will be a conflict. There is still a chance, while very rare, that two people create a yaml file with exactly the same UTC timestamp.

Comment #2

Posted on May 5, 2008 by Grumpy Ox

Please read the following: http://developingwithstyle.com/2008/05/05/the-problem-with-migrations/

Comment #3

Posted on May 21, 2008 by Grumpy Ox

(No comment was entered for this change.)

Status: Fixed

Labels:
Type-Enhancement Priority-Medium