update mysql-table engines to InnoDB; fixes #671

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-04-25 13:31:18 +02:00
parent 0d7fa5728c
commit 82508587b3
3 changed files with 51 additions and 36 deletions

View File

@@ -10,7 +10,7 @@ final class Froxlor
const VERSION = '0.10.0-rc1';
// Database version (YYYYMMDDC where C is a daily counter)
const DBVERSION = '201904100';
const DBVERSION = '201904250';
// Distribution branding-tag (used for Debian etc.)
const BRANDING = '';