discourse/db/post_migrate/20181112013117_migrate_url_...

6 lines
144 B
Ruby

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