mirror of
https://github.com/mastodon/mastodon.git
synced 2025-03-22 20:55:46 +01:00
7 lines
285 B
Ruby
7 lines
285 B
Ruby
# 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
|