Skip to content

Commit

Permalink
fix: Add missing tables to tables list. (#1843)
Browse files Browse the repository at this point in the history
Thanks to @Jonher937 for the notice!!
Closes #1786.

Signed-off-by: Rubén D <[email protected]>
  • Loading branch information
nuxsmin authored Jun 18, 2022
1 parent 36d0c88 commit 0ea0a13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lib/SP/Services/Install/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 8 additions & 5 deletions lib/SP/Storage/Database/DatabaseUtil.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
/**
/*
* sysPass
*
* @author nuxsmin
* @link https://syspass.org
* @copyright 2012-2019, Rubén Domínguez nuxsmin@$syspass.org
* @author nuxsmin
* @link https://syspass.org
* @copyright 2012-2022, Rubén Domínguez nuxsmin@$syspass.org
*
* This file is part of sysPass.
*
Expand All @@ -19,7 +19,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
*/

namespace SP\Storage\Database;
Expand Down Expand Up @@ -60,6 +60,9 @@ final class DatabaseUtil
'UserPassRecover',
'UserToUserGroup',
'Plugin',
'Track',
'ItemPreset',
'PluginData',
'Notification',
'account_data_v',
'account_search_v'
Expand Down

0 comments on commit 0ea0a13

Please sign in to comment.