mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 23:48:45 +08:00
6 lines
119 B
Ruby
6 lines
119 B
Ruby
|
class DropClaimedById < ActiveRecord::Migration[5.2]
|
||
|
def up
|
||
|
remove_column :reviewables, :claimed_by_id
|
||
|
end
|
||
|
end
|