Fix restores failing due to missing migration file.

This commit is contained in:
Guo Xiang Tan 2018-11-16 11:49:24 +08:00
parent 0ac5126a78
commit 222a7c2270
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class MigrateUrlSiteSettings < ActiveRecord::Migration[5.2]
def change
# Do nothing, the migration was moved into a onceoff job
end
end