Versions Compared

Key

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

...

[11:42:29 CDT(-0500)] <EricDalquist> until that is out there don't try running the new code against an existing db

[11:43:25 CDT(-0500)] <EricDalquist> though it actually won't let you

[11:43:31 CDT(-0500)] <EricDalquist> I added a UP_VERSION table

[11:43:44 CDT(-0500)] <EricDalquist> which tracks the version number that for the db data model

[11:43:54 CDT(-0500)] <EricDalquist> and then on portal startup the portal checks if the version numbers match

[11:43:59 CDT(-0500)] <EricDalquist> and uPortal fails to start on a missmatch

[11:44:14 CDT(-0500)] <EricDalquist> to prevent people from running code 4.0.6 on db 4.0.5