Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This will ensure that if there were any hibernate changes that your database is updated accordingly.  This will update the schema, but will not populate the data (that's done by ant data-import opererations).

NOTE:  You can also run the command 'ant -Dmaven.test.skip=true -DoutputDir=update-sql db-gen-update-script' to have the DDL written to the update-sql directory to inspect the SQL that would be run and manually execute it.

Latest 4.0, or uPortal 4.1 with Universality theme to 4.2:

...