Sha256: 1a501860001098e99a20360160dd90dbb9162203c3a6e4600e5e5f19f5c48663
Contents?: true
Size: 1.02 KB
Versions: 71
Compression:
Stored size: 1.02 KB
Contents
{ "schema_type": "object", "schema_version": "1.1", "name": "migrate_db", "path": "packages/ree_migrator/package/ree_migrator/functions/migrate_db.rb", "mount_as": "fn", "class": "ReeMigrator::MigrateDb", "factory": null, "methods": [ { "doc": "", "throws": [ ], "return": "Any", "args": [ { "arg": "db_connection", "arg_type": "req", "type": "Sequel::Database" }, { "arg": "migrations_yml_path", "arg_type": "req", "type": "String" } ] } ], "links": [ { "target": "apply_migrations", "package_name": "ree_migrator", "as": "apply_migrations", "imports": [ ] }, { "target": "create_migrations_table", "package_name": "ree_migrator", "as": "create_migrations_table", "imports": [ ] }, { "target": "logger", "package_name": "ree_logger", "as": "logger", "imports": [ ] } ] }
Version data entries
71 entries across 71 versions & 1 rubygems