You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# frozen_string_literal: true |
|
|
|
# Post deployment migrations are included by default. This file must be loaded |
|
# before other initializers as Rails may otherwise memoize a list of migrations |
|
# excluding the post deployment migrations. |
|
|
|
Mastodon::Database.add_post_migrate_path_to_rails
|
|
|