Louis Knapp
9 years ago
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 |
Loading…
Reference in new issue