Skip to content

Commit

Permalink
Quick fix for Boolean.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesutherland committed Dec 17, 2011
1 parent 8a10e5c commit 94fbd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/006_create_resets.rb
Expand Up @@ -4,7 +4,7 @@
column :id, Integer, :serial => true column :id, Integer, :serial => true
column :account_id, Integer column :account_id, Integer
column :password_key, String, :length => 32 column :password_key, String, :length => 32
column :used, Boolean column :used, DataMapper::Property::Boolean
column :created_at, DateTime column :created_at, DateTime
column :updated_at, DateTime column :updated_at, DateTime
end end
Expand Down

0 comments on commit 94fbd0c

Please sign in to comment.