discourse/db/post_migrate/20181112013117_migrate_url_site_settings.rb
2018-11-16 11:49:24 +08:00

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