1 Reply Latest reply on Oct 25, 2011 2:50 PM by adamw

    Historical load

    lingling788

      Hi,

       

      I'm new to envers, and I now have an issue in my project:

      I loaded historical data into Mysql from another system, so the aud tables are empty now.

         Do I need to manually populate data into aud tables? How?  What to put for rev column?

       

      Any input wiill be much appreciated.

      Thanks.

        • 1. Re: Historical load
          adamw

          The best choice is to create a revision "1" in the REVINFO table and create appropriate records for all existing rows with that revision. That's not a hard requirement, but useful if you don't want to loose the initial data in history.


          Adam