mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
PERF: finalize porting to new incoming links structure
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class RemoveUrlFromIncomingReferer < ActiveRecord::Migration
|
||||
def up
|
||||
remove_column :incoming_referers, :url
|
||||
end
|
||||
|
||||
def down
|
||||
raise ActiveRecord::IrreversibleMigration
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user