{ "schema_type": "object", "schema_version": "1.0", "name": "apply_migrations", "path": "packages/ree_migrator/package/ree_migrator/functions/apply_migrations.rb", "mount_as": "fn", "class": "ReeMigrator::ApplyMigrations", "factory": null, "methods": [ { "doc": "", "throws": [ "ReeMigrator::ApplyMigrations::InvalidMigrationYmlErr", "ReeMigrator::ApplyMigrations::MigrationNotFoundErr" ], "return": "ArrayOf[String]", "args": [ { "arg": "connection", "type": "Sequel::Database" }, { "arg": "migrations_yml_path", "type": "String" }, { "arg": "schema_migrations_path", "type": "String" }, { "arg": "data_migrations_path", "type": "String" } ] } ], "links": [ { "target": "apply_migration", "package_name": "ree_migrator", "as": "apply_migration", "imports": [ ] }, { "target": "index_by", "package_name": "ree_array", "as": "index_by", "imports": [ ] }, { "target": "is_blank", "package_name": "ree_object", "as": "is_blank", "imports": [ ] }, { "target": "logger", "package_name": "ree_logger", "as": "logger", "imports": [ ] } ] }