diff options
Diffstat (limited to 'sql-files/upgrade_svn2574.sql')
-rw-r--r-- | sql-files/upgrade_svn2574.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql-files/upgrade_svn2574.sql b/sql-files/upgrade_svn2574.sql index 3804f0beb..35e444106 100644 --- a/sql-files/upgrade_svn2574.sql +++ b/sql-files/upgrade_svn2574.sql @@ -1,2 +1,2 @@ -ALTER TABLE friends ADD `friend_account` int(11) NOT NULL default 0 AFTER `char_id`;
-UPDATE friends, `char` SET friends.friend_account=`char`.account_id where friends.friend_id=`char`.char_id;
+ALTER TABLE friends ADD `friend_account` int(11) NOT NULL default 0 AFTER `char_id`; +UPDATE friends, `char` SET friends.friend_account=`char`.account_id where friends.friend_id=`char`.char_id; |