Class M003_CreateBackgroundJobServerCollection

java.lang.Object
org.jobrunr.storage.nosql.mongo.migrations.MongoMigration
org.jobrunr.storage.nosql.mongo.migrations.M003_CreateBackgroundJobServerCollection

public class M003_CreateBackgroundJobServerCollection extends MongoMigration
  • Constructor Details

    • M003_CreateBackgroundJobServerCollection

      public M003_CreateBackgroundJobServerCollection()
  • Method Details

    • runMigration

      public void runMigration(com.mongodb.client.MongoDatabase jobrunrDatabase, String collectionPrefix)
      Specified by:
      runMigration in class MongoMigration