1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-04-04 05:33:22 -04:00

Update schema.rb to make last migration

This commit is contained in:
Jason Denney 2013-11-21 19:38:10 -05:00
parent 852a00881e
commit ed1f2e6be4

View File

@ -47,8 +47,8 @@ ActiveRecord::Schema.define(:version => 20131019170248) do
end end
create_table "bike_wheel_sizes", :force => true do |t| create_table "bike_wheel_sizes", :force => true do |t|
t.string "twmm" t.integer "twmm"
t.string "rdmm" t.integer "rdmm"
t.string "twin" t.string "twin"
t.string "rdin" t.string "rdin"
t.string "twfr" t.string "twfr"