Skip to content

0.6.2

Compare
Choose a tag to compare
@kbsymanz kbsymanz released this 04 Feb 09:09
· 560 commits to master since this release

Changes

  • Replaces the session table with sessions as required by the express-mysql-sessions module.
    • This updates table creation script and drops the unused session table.
  • Handle an occasional error due to uninitialized object while adding a pregnancy.
  • Downgrade Bcrypt back to 0.7.8 because it would not compile on the ODroid.
  • Remove Grunt dependencies.
  • Adds an invoice worksheet for midwives to use.
  • Shows EDD instead of LMP on drop down to switch between multiple pregnancies.

Upgrade instructions

See docs/upgrades/0.6.2.md for details.

Run the following in the database.

DROP TABLE session;