Class V20230531135500_MigrateRemoveObsoleteItemsFromGrantsCollection

java.lang.Object
org.graylog2.migrations.Migration
org.graylog2.migrations.V20230531135500_MigrateRemoveObsoleteItemsFromGrantsCollection
All Implemented Interfaces:
Comparable<Migration>

public class V20230531135500_MigrateRemoveObsoleteItemsFromGrantsCollection extends Migration
This is not really a migration but a deletion of existing elements in the grants collection. LastOpened and Favorites were added as entities but shouldn't have been (because they don't get shared)
  • Constructor Details

    • V20230531135500_MigrateRemoveObsoleteItemsFromGrantsCollection

      @Inject public V20230531135500_MigrateRemoveObsoleteItemsFromGrantsCollection(MongoConnection mongoConnection, ClusterConfigService clusterConfigService)
  • Method Details