mirror of
https://github.com/fspc/bike-database.git
synced 2025-04-04 10:03:22 -04:00
6 lines
131 B
Ruby
6 lines
131 B
Ruby
class RemoveCompletionDateFromClient < ActiveRecord::Migration
|
|
def change
|
|
remove_column :clients, :completion_date
|
|
end
|
|
end
|