mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
FIX: Forgot to include a file in the previous commit :)
This commit is contained in:
parent
c3a3aff120
commit
4f68fd970d
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddPathWhitelistToEmbeddableHosts < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :embeddable_hosts, :path_whitelist, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue