diff --git a/src/Storage.php b/src/Storage.php index 3b354ebc..007eb531 100644 --- a/src/Storage.php +++ b/src/Storage.php @@ -22,7 +22,7 @@ class Storage public const EXCLUDE_EXPIRED = 2; public const EXCLUDE_DISABLED_USER = 4; - public const CURRENT_SCHEMA_VERSION = '2022022201'; + public const CURRENT_SCHEMA_VERSION = '2022080901'; private PDO $db; private int $portalNumber;