aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-07-01 19:45:12 +0200
committerThomas Lange <code@nerdmind.de>2021-07-01 19:45:12 +0200
commitf0ea19767d502ec7b5afff7c66c2681292175a3b (patch)
treeaa296a2ca7e904a0041a81a18e952fbfae484a1d /core/namespace
parenta0fddb8470f33d7c66ff79cdbf9956290d72db25 (diff)
downloadblog-f0ea19767d502ec7b5afff7c66c2681292175a3b.tar.gz
blog-f0ea19767d502ec7b5afff7c66c2681292175a3b.tar.xz
blog-f0ea19767d502ec7b5afff7c66c2681292175a3b.zip
Update database schema for coming category system
This commit updates the database schema and adds a new migration for the upcoming category system. Please note that you need to have at least the following MySQL/MariaDB versions to use the category system later: MariaDB: 10.2.2 MySQL: 8.0
Diffstat (limited to 'core/namespace')
-rw-r--r--core/namespace/Migrator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/namespace/Migrator.php b/core/namespace/Migrator.php
index 6eec9a5..8f31f7c 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 = 5;
+ const CURRENT_SCHEMA_VERSION = 6;
#===============================================================================
# Fetch on-disk schema version from migration table