mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:59:50 +08:00
Fix restores failing due to missing migration file.
This commit is contained in:
parent
0ac5126a78
commit
222a7c2270
|
@ -0,0 +1,5 @@
|
|||
class MigrateUrlSiteSettings < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
# Do nothing, the migration was moved into a onceoff job
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user