Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
update schema version in Storage
Browse files Browse the repository at this point in the history
  • Loading branch information
samermassoud committed Aug 10, 2022
1 parent 47367b7 commit e389023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e389023

Please sign in to comment.