Browse Source

! And let's clean up what we're not using.

Signed-off-by: Peter Spicer <sleeping@myperch.org>
Peter Spicer 11 years ago
parent
commit
ba3b58b49e
3 changed files with 3 additions and 3 deletions
  1. 1 1
      other/upgrade_2-1_mysql.sql
  2. 1 1
      other/upgrade_2-1_postgresql.sql
  3. 1 1
      other/upgrade_2-1_sqlite.sql

+ 1 - 1
other/upgrade_2-1_mysql.sql

@@ -524,7 +524,7 @@ WHERE variable IN ('enableStickyTopics', 'guest_hideContacts', 'notify_new_regis
 /******************************************************************************/
 ---# We no longer call on the latest packages list.
 DELETE FROM {$db_prefix}admin_info_files
-WHERE filename = 'latest-packages.js'
+WHERE filename IN ('latest-packages.js', 'latest-support.js', 'latest-themes.js')
 	AND path = '/smf/';
 ---#
 

+ 1 - 1
other/upgrade_2-1_postgresql.sql

@@ -606,7 +606,7 @@ WHERE variable IN ('enableStickyTopics', 'guest_hideContacts', 'notify_new_regis
 /******************************************************************************/
 ---# We no longer call on the latest packages list.
 DELETE FROM {$db_prefix}admin_info_files
-WHERE filename = 'latest-packages.js'
+WHERE filename IN ('latest-packages.js', 'latest-support.js', 'latest-themes.js')
 	AND path = '/smf/';
 ---#
 

+ 1 - 1
other/upgrade_2-1_sqlite.sql

@@ -597,7 +597,7 @@ WHERE variable IN ('enableStickyTopics', 'guest_hideContacts', 'notify_new_regis
 /******************************************************************************/
 ---# We no longer call on the latest packages list.
 DELETE FROM {$db_prefix}admin_info_files
-WHERE filename = 'latest-packages.js'
+WHERE filename IN ('latest-packages.js', 'latest-support.js', 'latest-themes.js')
 	AND path = '/smf/';
 ---#