Separate migration 44 with 45

This commit is contained in:
slawkens
2025-05-14 10:52:06 +02:00
parent 83a6f4b61d
commit ae5be41e11
5 changed files with 38 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ if (version_compare(phpversion(), '8.1', '<')) die('PHP version 8.1 or higher is
const MYAAC = true;
const MYAAC_VERSION = '1.4.1-dev';
const DATABASE_VERSION = 44;
const DATABASE_VERSION = 45;
const TABLE_PREFIX = 'myaac_';
define('START_TIME', microtime(true));
define('MYAAC_OS', stripos(PHP_OS, 'WIN') === 0 ? 'WINDOWS' : (strtoupper(PHP_OS) === 'DARWIN' ? 'MAC' : 'LINUX'));