Refactoring columns from large table to avoid '1118 Row size too large' error

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2021-03-11 09:45:52 +01:00
parent 3fd89c48e8
commit c8914312aa
3 changed files with 43 additions and 5 deletions

View File

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