Skip to content

Commit

Permalink
Fixed for dev db update script
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Feb 28, 2022
1 parent 9ad6df3 commit 095c7a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public_html/admin/install/devel-db-update.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ function update_DatabaseFor222()
// The following entries are no longer defined in 'lib-database.php', so define them here
$_TABLES['cookiecodes'] = $_DB_table_prefix . 'cookiecodes';
$_TABLES['dateformats'] = $_DB_table_prefix . 'dateformats';
$_TABLES['maillist'] = $_DB_table_prefix . 'maillist';
$_TABLES['usercomment'] = $_DB_table_prefix . 'usercomment';
$_TABLES['userindex'] = $_DB_table_prefix . 'userindex';
$_TABLES['userinfo'] = $_DB_table_prefix . 'userinfo';
Expand Down

0 comments on commit 095c7a2

Please sign in to comment.