mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 20:44:10 +08:00
FIX: Forgot to include a file in the previous commit :)
This commit is contained in:
parent
c3a3aff120
commit
4f68fd970d
@ -0,0 +1,5 @@
|
||||
class AddPathWhitelistToEmbeddableHosts < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :embeddable_hosts, :path_whitelist, :string
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user