Class PendingDrops

    • Method Detail

      • add

        public void add​(io.ebean.migration.MigrationVersion version,
                        ChangeSet changeSet)
        Add a 'pending drops' changeSet for the given version.
      • appliedDropsFor

        public boolean appliedDropsFor​(ChangeSet changeSet)
        All the pending drops for this migration version have been applied so we need to remove the (unsuppressed) pending drops for this version.
      • migrationForVersion

        public Migration migrationForVersion​(String pendingVersion)
        Return the migration for the pending drops from a version.

        The value of version can be "next" to find the first un-applied pending drops.