mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Revert unread optimisation, has too many edge cases
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class DropUnreadTrackingColumns < ActiveRecord::Migration
|
||||
def up
|
||||
end
|
||||
|
||||
def down
|
||||
raise "Can not be reverted"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user