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…
Reference in New Issue