mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 11:03:37 +08:00
9 lines
127 B
Ruby
9 lines
127 B
Ruby
class DropUnreadTrackingColumns < ActiveRecord::Migration
|
|
def up
|
|
end
|
|
|
|
def down
|
|
raise "Can not be reverted"
|
|
end
|
|
end
|