<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>doc/schema.rdoc</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 === HEAD
 
+* Add schema.rdoc file, which provides an brief description of the various parts of Sequel related to schema modification (jeremyevans)
+
 * Fix constraint generation when not using a proc or interpolated string (jeremyevans)
 
 * Make eager_graph respect associations' :order options (use :order_eager_graph=&gt;false to disable) (jeremyevans)</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -85,6 +85,13 @@ module Sequel
   # The migration files should contain one or more migration classes based
   # on Sequel::Migration.
   #
+  # Migrations are generally run via the sequel command line tool,
+  # using the -m and -M switches.  The -m switch specifies the migration
+  # directory, and the -M switch specifies the version to which to migrate.
+  # 
+  # You can apply migrations using the Migrator API, as well (this is necessary
+  # if you want to specify the version from which to migrate in addition to the version
+  # to which to migrate).
   # To apply a migration, the #apply method must be invoked with the database
   # instance, the directory of migration files and the target version. If
   # no current version is supplied, it is read from the database. The migrator</diff>
      <filename>lib/sequel_core/migration.rb</filename>
    </modified>
    <modified>
      <diff>@@ -9,6 +9,7 @@
 &lt;li&gt;&lt;a href=&quot;/rdoc/files/doc/advanced_associations_rdoc.html&quot;&gt;Advanced Associations&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;/rdoc/files/doc/prepared_statements_rdoc.html&quot;&gt;Prepared Statements/Bound Variables&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;/rdoc/files/doc/sharding_rdoc.html&quot;&gt;Master/Slave Databases and Sharding&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;/rdoc/files/doc/schema_rdoc.html&quot;&gt;Schema Modification&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;h3&gt;&lt;a href=&quot;/rdoc/&quot;&gt;API RDoc&lt;/a&gt;&lt;/h3&gt;</diff>
      <filename>www/pages/documentation</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>89b9c714f5a20208fac89f85a1b3dde501ed8156</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Evans</name>
    <email>code@jeremyevans.net</email>
  </author>
  <url>http://github.com/jeremyevans/sequel/commit/e8cd3ee65eb0ce99ebcc3effdfa33915755bcee8</url>
  <id>e8cd3ee65eb0ce99ebcc3effdfa33915755bcee8</id>
  <committed-date>2008-09-25T19:41:33-07:00</committed-date>
  <authored-date>2008-09-25T19:38:27-07:00</authored-date>
  <message>Add schema.rdoc file, which provides an brief description of the various parts of Sequel related to schema modification</message>
  <tree>70f55aa3685587968a80b58b6c4361889fecf3e7</tree>
  <committer>
    <name>Jeremy Evans</name>
    <email>code@jeremyevans.net</email>
  </committer>
</commit>
