Skip to content

Commit

Permalink
Avoid error in migrations with Postgresql adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
jbbarth committed Sep 12, 2010
1 parent 6d34ca5 commit 3912671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/003_add_locked_state_to_doodles.rb
@@ -1,6 +1,6 @@
class AddLockedStateToDoodles < ActiveRecord::Migration
def self.up
add_column :doodles, :locked, :boolean, :default => 0
add_column :doodles, :locked, :boolean, :default => false
end

def self.down
Expand Down

0 comments on commit 3912671

Please sign in to comment.