Versions Compared

Key

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

...

  1. Upgrade and restart the system.
  2. Run the migrateAgreementWorkEffortAppl service from WebTools.
  3. Check to make sure all data was transferred from OldAgreementWorkEffortAppl to AgreementWorkEffortApplic.
  4. Drop the AgreementWorkEffortAppl table.

R929171 Allows Facility.squareFootage to support decimals

  1. If you want to update your DB use : alter table facility alter square_footage type dec(18,6); (tested on Postgres)