Whenever I use script / generate to create a new scaffold to modify the Rails database, a new migration file is added using datestamp (e.g. 200903140912_create_users.rb) instead of a sequence number (e.g. 004_create_users.rb).
Then I need to manually change the file name so that it matches the rest of the migration files.
Does anyone know how to fix this?
System: Mac OS X Leopard 10.5.6
Rails: v2.2.2
Ruby: v1.8.6
source share