Versions Compared

Key

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

...

Info

The Appointment Scheduling feature will be available from release 0.90. This page is currently work in progress.

To add a speciality we can run the following query.

Code Block
languagesql
INSERT INTO appointment_speciality (name, date_created, creator, uuid) VALUES ('Cardiology', NOW(), 1, UUID());