mirror of
https://github.com/discourse/discourse.git
synced 2026-08-16 16:05:10 -05:00
store ip address and current user with incoming links
make links long an readable in share dialog
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AllowNullsInIncomingLinks < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :incoming_links, :referer, :string, limit:1000, null: true
|
||||
change_column :incoming_links, :domain, :string, limit:100, null: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user