From 0ea0a1386055dcf74edb910c9f0f0be5ba80f791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9nD?= Date: Sat, 18 Jun 2022 18:01:42 +0200 Subject: [PATCH] fix: Add missing tables to tables list. (#1843) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to @Jonher937 for the notice!! Closes #1786. Signed-off-by: Rubén D --- lib/SP/Services/Install/Installer.php | 4 ++-- lib/SP/Storage/Database/DatabaseUtil.php | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/lib/SP/Services/Install/Installer.php b/lib/SP/Services/Install/Installer.php index b9b8d70d1..52a46b5f9 100644 --- a/lib/SP/Services/Install/Installer.php +++ b/lib/SP/Services/Install/Installer.php @@ -60,9 +60,9 @@ final class Installer extends Service /** * sysPass' version and build number */ - const VERSION = [3, 2, 7]; + const VERSION = [3, 2, 8]; const VERSION_TEXT = '3.2'; - const BUILD = 22061801; + const BUILD = 22061802; /** * @var DatabaseSetupInterface diff --git a/lib/SP/Storage/Database/DatabaseUtil.php b/lib/SP/Storage/Database/DatabaseUtil.php index 65b8d5bfb..5c093e3e0 100644 --- a/lib/SP/Storage/Database/DatabaseUtil.php +++ b/lib/SP/Storage/Database/DatabaseUtil.php @@ -1,10 +1,10 @@ . + * along with sysPass. If not, see . */ namespace SP\Storage\Database; @@ -60,6 +60,9 @@ final class DatabaseUtil 'UserPassRecover', 'UserToUserGroup', 'Plugin', + 'Track', + 'ItemPreset', + 'PluginData', 'Notification', 'account_data_v', 'account_search_v'