* removed name field from screenshots table

* updated db to version 7
This commit is contained in:
slawkens
2017-08-28 17:18:47 +02:00
parent eecdcfbabe
commit 430351aee3
3 changed files with 6 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ session_start();
define('MYAAC', true);
define('MYAAC_VERSION', '0.2.4');
define('DATABASE_VERSION', 6);
define('DATABASE_VERSION', 7);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));
define('MYAAC_OS', (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? 'WINDOWS' : (strtoupper(PHP_OS) == 'DARWIN' ? 'MAC' : 'LINUX'));