use *;
;
/// OSS core migrations, exposed so closed downstream crates (e.g. the
/// closed `cognee-access-control::Migrator`) can compose this list with
/// their own additional migrations and register the merged set.
///
/// The OSS [`Migrator`] simply delegates to this accessor so behaviour is
/// unchanged for OSS-only builds.