946f05d3a0
Otherwise, if a data migration is registered and run after the initialization process, we'll end up warning that this record has not yet been initialized. In theory, you should register your data migrations prior to calling initRepos, but I don't want to be too draconian about that. Unlike schema migrations, you *could* conceivably mean to start your app up and let it run before running data migrations.