mirror of
https://github.com/discourse/discourse.git
synced 2025-01-08 06:48:33 +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
|