<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -49,6 +49,15 @@ namespace :db do
     
   end
   
+  namespace :structure do
+    
+    desc &quot;Dump the database structure to a SQL file&quot;
+    task :dump =&gt; &quot;mack:environment&quot; do
+      Mack::Database.structure_dump(Mack.env, repis)
+    end
+    
+  end
+  
   private
   def repis
     (ENV[&quot;REPO&quot;] ||= &quot;default&quot;).to_sym</diff>
      <filename>mack-data_mapper/lib/mack-data_mapper/tasks/db_create_drop_tasks.rake</filename>
    </modified>
    <modified>
      <diff>@@ -37,15 +37,6 @@ namespace :db do
     DataMapper::MigrationRunner.migrations.clear
   end
   
-  namespace :structure do
-    
-    desc &quot;Dump the database structure to a SQL file&quot;
-    task :dump =&gt; &quot;mack:environment&quot; do
-      Mack::Database.structure_dump
-    end
-    
-  end
-  
   private
   
   def migration_files</diff>
      <filename>mack-data_mapper/lib/mack-data_mapper/tasks/db_migration_tasks.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>41ec8a0fe9fb206f5a6bb490a1e58655a712cef0</id>
    </parent>
  </parents>
  <author>
    <name>Mark Bates</name>
    <email>mark@mackframework.com</email>
  </author>
  <url>http://github.com/markbates/mack-more/commit/8e58e51b274204ac4246d608e6e51e9e0bbfb18c</url>
  <id>8e58e51b274204ac4246d608e6e51e9e0bbfb18c</id>
  <committed-date>2008-08-08T18:11:46-07:00</committed-date>
  <authored-date>2008-08-08T18:11:46-07:00</authored-date>
  <message>Moved db:structure:dump from db_migration_tasks to db_create_drop_tasks</message>
  <tree>b4f41c0a6921a1ec18aa82921affcda852297558</tree>
  <committer>
    <name>Mark Bates</name>
    <email>mark@mackframework.com</email>
  </committer>
</commit>
