diff options
Diffstat (limited to 'core/namespace')
-rw-r--r-- | core/namespace/Migrator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/namespace/Migrator.php b/core/namespace/Migrator.php index 3096862..1a05cc1 100644 --- a/core/namespace/Migrator.php +++ b/core/namespace/Migrator.php @@ -5,7 +5,7 @@ class Migrator { private $directory; private $migrations = []; - const CURRENT_SCHEMA_VERSION = 4; + const CURRENT_SCHEMA_VERSION = 5; #=============================================================================== # Fetch on-disk schema version from migration table |