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:
parent
852a00881e
commit
ed1f2e6be4
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user