mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 16:41:38 -04:00
lk | adds explanatory text to waiting list & disables mark_as_sold button for sold bikes, and removes unused columns
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoveEntryDateColumnFromBikes < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :bikes, :entry_date
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user