<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -39,11 +39,11 @@ The file names need to respect the format &quot;YYYYMMDDHHMMSS_migration_description.
 
 Second, you have to configure access to your MySQL database so simple-db-migrate can execute DDL. Just create a file named &quot;simple-db-migrate.conf&quot; located in your migrations dir, with the following content (there is also an example on the &quot;example&quot; directory):
 
-    HOST = &quot;localhost&quot;
-    USERNAME = &quot;root&quot;
-    PASSWORD = &quot;&quot;
-    DATABASE = &quot;migration_example&quot;
-    MIGRATIONS_DIR = &quot;.&quot;
+    DATABASE_HOST = &quot;localhost&quot;
+    DATABASE_USER = &quot;root&quot;
+    DATABASE_PASSWORD = &quot;&quot;
+    DATABASE_NAME = &quot;migration_example&quot;
+    DATABASE_MIGRATIONS_DIR = &quot;.&quot;
 
 *** The MIGRATIONS_DIR directive is the relative path to the migrations directory from the location of this file.
 
@@ -71,4 +71,4 @@ For detailed info about future versions, bug reporting and feature requests, go
 
 h2. Other questions
 
-Mail me at &quot;guilherme.chapiewski at gmail.com&quot; for further questions.
\ No newline at end of file
+Mail me at &quot;guilherme.chapiewski at gmail.com&quot; for further questions.</diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5201301f30d54dc0013aebbbd997e90b816b4afa</id>
    </parent>
  </parents>
  <author>
    <name>Guilherme Chapiewski</name>
    <email>guilherme.chapiewski@gmail.com</email>
  </author>
  <url>http://github.com/guilhermechapiewski/simple-db-migrate/commit/cfc5eafdf38ee12ed615acfb85c5c839ff44e606</url>
  <id>cfc5eafdf38ee12ed615acfb85c5c839ff44e606</id>
  <committed-date>2009-10-06T13:17:39-07:00</committed-date>
  <authored-date>2009-10-06T13:17:39-07:00</authored-date>
  <message>Updating docs.</message>
  <tree>bf35cacbc4806b9310c071ed7cdfc3e2e86aa96a</tree>
  <committer>
    <name>Guilherme Chapiewski</name>
    <email>guilherme.chapiewski@gmail.com</email>
  </committer>
</commit>
