pub async fn apply_migrations_core_client_dbtx( dbtx: &mut DatabaseTransaction<'_>, kind: String, ) -> Result<(), Error>
Apply core client database migrations
TODO: This should be private.