Class RemoveApplicationAccountsMigration

  • All Implemented Interfaces:
    Migration

    @Component
    public class RemoveApplicationAccountsMigration
    extends java.lang.Object
    implements Migration
    The "accounts" field was once required but no longer. The value of "accounts" is now inferred from existing infrastructure indexed by Clouddriver, so the value, when present in Front50, just ends up causing confusion.
    • Constructor Detail

      • RemoveApplicationAccountsMigration

        public RemoveApplicationAccountsMigration()
    • Method Detail

      • isValid

        public boolean isValid()
        Specified by:
        isValid in interface Migration
      • run

        public void run()
        Specified by:
        run in interface Migration