mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 16:41:38 -04:00
lk | client completion date is merged into client pickup date
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoveCompletionDateFromClient < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :clients, :completion_date
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user