Class R140200000XWIKI19352DataMigration

  • All Implemented Interfaces:
    DataMigration, HibernateDataMigration

    @Component
    @Singleton
    @Named("140200000XWIKI19352")
    public class R140200000XWIKI19352DataMigration
    extends AbstractHibernateDataMigration
    Remove the xwikilinks table to allow it to be recreated from scratch. This is needed because we migrate from a composite id to a unique id key, and the composite id index is not removed automatically. While we could selectively remove the deprecated index, it is easier to remove the table and let it be recreated automatically, since R140200001XWIKI19352DataMigration would drop all the table content anyway.
    Since:
    14.2
    Version:
    $Id: a0f26933e969efc83ef61d3e8a64ba3358b90945 $