<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,13 +1,10 @@
 class RenameLogItemChanges &lt; ActiveRecord::Migration
   def self.up
     change_table :log_items do |t|
-      t.rename :changes, :object_changes
+      t.rename :changes, :object_changes rescue nil
     end
   end
 
   def self.down
-    change_table :log_items do |t|
-      t.rename :object_changes, :changes
-    end
   end
 end</diff>
      <filename>db/migrate/20080805211723_rename_log_item_changes.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ class Capistrano::Configuration
   end
   
   def get_db_password
-    @db_password ||= HighLine.new.ask('Password to use for the &quot;onebody&quot; MySQL user: ')
+    @db_password ||= HighLine.new.ask('Password to use for the &quot;onebody&quot; MySQL user: ') { |q| q.echo = false }
   end
   
   def run_and_return(cmd)</diff>
      <filename>lib/cap.rb</filename>
    </modified>
    <modified>
      <diff>@@ -79,6 +79,8 @@ namespace :deploy do
     task :mysql, :roles =&gt; :db do
       sudo 'aptitude update'
       sudo 'aptitude install -y mysql-server libmysql-ruby1.8'
+      password = HighLine.new.ask('Password for MySQL root user: ') { |q| q.echo = false }
+      run 'mysqladmin -uroot password #{password}'
     end
     
     desc 'Install Postfix'</diff>
      <filename>lib/recipes/install.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9e6ac58c9dbacb204f222caa4d5033494b51e07e</id>
    </parent>
  </parents>
  <author>
    <name>Tim Morgan</name>
    <email>tim@timmorgan.org</email>
  </author>
  <url>http://github.com/seven1m/onebody/commit/f4794ec8d4dc217ea765ab353751f6664cefe856</url>
  <id>f4794ec8d4dc217ea765ab353751f6664cefe856</id>
  <committed-date>2008-08-14T13:57:58-07:00</committed-date>
  <authored-date>2008-08-14T06:14:00-07:00</authored-date>
  <message>Fixed bug breaking clean run of migrations.
MySQL install cap task now set MySQL root password.</message>
  <tree>56480ef915251ffc8c484ea3f30da21e8cd07dec</tree>
  <committer>
    <name>Tim Morgan</name>
    <email>tim@timmorgan.org</email>
  </committer>
</commit>
