lk | client completion date is merged into client pickup date

This commit is contained in:
Louis Knapp
2015-12-05 17:01:57 -06:00
parent ad76766402
commit f694d8c238
12 changed files with 15 additions and 28 deletions
@@ -0,0 +1,5 @@
class RemoveCompletionDateFromClient < ActiveRecord::Migration
def change
remove_column :clients, :completion_date
end
end