99de8f4500
- Support rendering articles over frontend URL - Support rendering articles over help center URL - Support rendering help center home page in the custom domain root
5 lines
146 B
Ruby
5 lines
146 B
Ruby
class MakeHelpCenterCustomDomainUnique < ActiveRecord::Migration[6.1]
|
|
def change
|
|
add_index :portals, :custom_domain, unique: true
|
|
end
|
|
end
|