Browse Source

oops! duplicate code!

Signed-off-by: Suki <[email protected]>
Suki 10 years ago
parent
commit
d3674894bd
1 changed files with 0 additions and 10 deletions
  1. 0 10
      other/upgrade_2-1_sqlite.sql

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

@@ -695,16 +695,6 @@ ALTER TABLE `{$db_prefix}members`
   DROP `gender`;
 ---#
 
----# Dropping old fields
-ALTER TABLE `{$db_prefix}members`
-  DROP `icq`,
-  DROP `aim`,
-  DROP `yim`,
-  DROP `msn`;
-  DROP `location`,
-  DROP `gender`,
----#
-
 /******************************************************************************/
 --- Adding support for drafts
 /******************************************************************************/