mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 15:35:10 +08:00
FEATURE: permalinks lookup table can redirect to any arbitrary url
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class AddExernalUrlToPermalinks < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :permalinks, :external_url, :string, limit: 1000
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user