Class ChangelogGraphWriter

    • Method Detail

      • write

        public void write​(Collection<Changeset> changelog)
        Runs the set of migrations against the configured database and inserts them in the persisted migration graph.

        Please note that these two operations are performed in two separate transactions, as user-defined migrations may operate on indices and those need be run apart from data changes.

        Specified by:
        write in interface ChangelogWriter