mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 16:41:38 -04:00
lk & sh | posts to bike index in development when creating new bike
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddBikeIndexIdToBikes < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :bikes, :bike_index_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user