<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -109,8 +109,8 @@ module ActiveRecord
   #   script/generate migration MyNewMigration
   #
   # where MyNewMigration is the name of your migration. The generator will
-  # create an empty migration file &lt;tt&gt;nnn_my_new_migration.rb&lt;/tt&gt; in the &lt;tt&gt;db/migrate/&lt;/tt&gt;
-  # directory where &lt;tt&gt;nnn&lt;/tt&gt; is the next largest migration number.
+  # create an empty migration file &lt;tt&gt;timestamp_my_new_migration.rb&lt;/tt&gt; in the &lt;tt&gt;db/migrate/&lt;/tt&gt;
+  # directory where &lt;tt&gt;timestamp&lt;/tt&gt; is the UTC formatted date and time that the migration was generated.
   #
   # You may then edit the &lt;tt&gt;self.up&lt;/tt&gt; and &lt;tt&gt;self.down&lt;/tt&gt; methods of
   # MyNewMigration.
@@ -118,7 +118,7 @@ module ActiveRecord
   # There is a special syntactic shortcut to generate migrations that add fields to a table.
   #   script/generate migration add_fieldname_to_tablename fieldname:string
   #
-  # This will generate the file &lt;tt&gt;nnn_add_fieldname_to_tablename&lt;/tt&gt;, which will look like this:
+  # This will generate the file &lt;tt&gt;timestamp_add_fieldname_to_tablename&lt;/tt&gt;, which will look like this:
   #   class AddFieldnameToTablename &lt; ActiveRecord::Migration
   #     def self.up
   #       add_column :tablenames, :fieldname, :string</diff>
      <filename>activerecord/lib/active_record/migration.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>af29eeeafd7c1c2b799525e51980407978e3c338</id>
    </parent>
  </parents>
  <author>
    <name>Mike Gunderloy</name>
    <email>MikeG1@larkfarm.com</email>
  </author>
  <url>http://github.com/lifo/docrails/commit/5c0a76c41a9f29ea635c79cdc966d2a057e1b107</url>
  <id>5c0a76c41a9f29ea635c79cdc966d2a057e1b107</id>
  <committed-date>2009-07-09T04:07:27-07:00</committed-date>
  <authored-date>2009-07-09T04:07:27-07:00</authored-date>
  <message>Updated migration documentation to reflect default for UTC timestamped migration names</message>
  <tree>7c86b6befca0568e68ca06bec0cddc7345cf1264</tree>
  <committer>
    <name>Mike Gunderloy</name>
    <email>MikeG1@larkfarm.com</email>
  </committer>
</commit>
