mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 06:34:23 +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
|