Skip to content

Commit

Permalink
fix datatype for PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
weijen committed Mar 17, 2010
1 parent 219447b commit 4a8c154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20100312025017_change_tags_default_value.rb
@@ -1,6 +1,6 @@
class ChangeTagsDefaultValue < ActiveRecord::Migration
def self.up
change_column_default :tags, :is_income, :false
change_column_default :tags, :is_income, "f"
end

def self.down
Expand Down

0 comments on commit 4a8c154

Please sign in to comment.