Skip to content

Commit

Permalink
allow database updates when outdated
Browse files Browse the repository at this point in the history
......
  • Loading branch information
lachlan-00 committed Oct 7, 2021
1 parent b265437 commit 8531d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/cli
Expand Up @@ -29,6 +29,7 @@ use Psr\Container\ContainerInterface;

define('NO_SESSION', '1');
define('CLI', 1);
define('OUTDATED_DATABASE_OK', 1);

/** @var ContainerInterface $dic */
$dic = require __DIR__ . '/../src/Config/Init.php';
Expand Down

0 comments on commit 8531d51

Please sign in to comment.