mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-02-28 16:53:23 -05:00
Added bike_statuses.
This commit is contained in:
parent
d6622b1bbd
commit
8f276b6ffc
8
db/migrate/20121205024701_create_bike_statuses.rb
Normal file
8
db/migrate/20121205024701_create_bike_statuses.rb
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
class CreateBikeStatuses < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
create_table :bike_statuses do |t|
|
||||||
|
t.string "status"
|
||||||
|
t.timestamps
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user