Skip to content

Commit

Permalink
Update 'DATABASE_VERSION' to run migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
elsongabriel committed May 28, 2024
1 parent 9036c7e commit cb3a838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

define('MYAAC', true);
define('MYAAC_VERSION', '0.8.16');
define('DATABASE_VERSION', 34);
define('DATABASE_VERSION', 35);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));
define('MYAAC_OS', stripos(PHP_OS, 'WIN') === 0 ? 'WINDOWS' : (strtoupper(PHP_OS) === 'DARWIN' ? 'MAC' : 'LINUX'));
Expand Down

0 comments on commit cb3a838

Please sign in to comment.