summaryrefslogtreecommitdiff
path: root/sql-files/upgrade_svn2252.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql-files/upgrade_svn2252.sql')
-rw-r--r--sql-files/upgrade_svn2252.sql14
1 files changed, 0 insertions, 14 deletions
diff --git a/sql-files/upgrade_svn2252.sql b/sql-files/upgrade_svn2252.sql
deleted file mode 100644
index c1d3884f1..000000000
--- a/sql-files/upgrade_svn2252.sql
+++ /dev/null
@@ -1,14 +0,0 @@
-################################
-# NEW friend table #
-# NOTE -> if you dont write a #
-# converter, all your friends #
-# will be deleted #
-################################
-
-DROP TABLE `friends`;
-
-CREATE TABLE `friends` (
- `char_id` int(11) NOT NULL default '0',
- `friend_id` int(11) NOT NULL default '0'
-) TYPE=MyISAM;
-