Versions Compared

Key

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

...

In this case you must change in all SQL files (./db/mysql/*.sql) the TYPEInnoDB to ENGINE=InnoDB.

Furthermore, missing three CREATE TABLE statements.

Insert the following CREATE TABLEs to ./db/mysql/scheduler.sql:

...