a769142d2f
following #13 - tickets have no more master - tickets are commentables
9 lines
178 B
Ruby
9 lines
178 B
Ruby
class UpdateTickets < ActiveRecord::Migration
|
|
def change
|
|
|
|
rename_column :tickets, :head_creator_view_at, :creator_view_at
|
|
remove_column :tickets, :ticket_id
|
|
|
|
end
|
|
end
|