Skip to content

Commit

Permalink
fix spec schema tenant column type
Browse files Browse the repository at this point in the history
  • Loading branch information
mbulat committed Jul 22, 2015
1 parent a0730d1 commit a0b987c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixture_rails_root/db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
t.boolean "contra"
t.datetime "created_at"
t.datetime "updated_at"
t.string "tenant_id"
t.integer "tenant_id"
end

add_index "plutus_accounts", ["name", "type"], :name => "index_plutus_accounts_on_name_and_type"
Expand Down

0 comments on commit a0b987c

Please sign in to comment.