summaryrefslogtreecommitdiff
path: root/sql-files/main.sql
diff options
context:
space:
mode:
authorpanikon <panikon@zoho.com>2014-02-19 20:24:56 -0300
committerpanikon <panikon@zoho.com>2014-02-19 20:24:56 -0300
commitd6cd24a757c7254914ef048f71aa7e9d4f493fda (patch)
tree53b779650a2821dc8bf2a9deb00d5a03890449fe /sql-files/main.sql
parente6b107b80355201fa958a74860d59a5034bb839d (diff)
downloadhercules-d6cd24a757c7254914ef048f71aa7e9d4f493fda.tar.gz
hercules-d6cd24a757c7254914ef048f71aa7e9d4f493fda.tar.bz2
hercules-d6cd24a757c7254914ef048f71aa7e9d4f493fda.tar.xz
hercules-d6cd24a757c7254914ef048f71aa7e9d4f493fda.zip
Readding last merge as last revert was unintended. Sorry for the trouble.
Diffstat (limited to 'sql-files/main.sql')
-rw-r--r--sql-files/main.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/sql-files/main.sql b/sql-files/main.sql
index 4a91aeef8..654eee9f0 100644
--- a/sql-files/main.sql
+++ b/sql-files/main.sql
@@ -468,7 +468,8 @@ CREATE TABLE IF NOT EXISTS `sc_data` (
`val3` int(11) NOT NULL default '0',
`val4` int(11) NOT NULL default '0',
KEY (`account_id`),
- KEY (`char_id`)
+ KEY (`char_id`),
+ PRIMARY KEY (`account_id`,`char_id`,`type`)
) ENGINE=MyISAM;
--
@@ -661,6 +662,7 @@ INSERT INTO `sql_updates` (`timestamp`) VALUES (1384763034); -- 2013-11-18--08-2
INSERT INTO `sql_updates` (`timestamp`) VALUES (1387844126); -- 2013-12-24--00-15.sql
INSERT INTO `sql_updates` (`timestamp`) VALUES (1388854043); -- 2014-01-04--16-47.sql
INSERT INTO `sql_updates` (`timestamp`) VALUES (1389028967); -- 2014-01-06--17-22.sql
+INSERT INTO `sql_updates` (`timestamp`) VALUES (1392832626); -- 2014-02-19--17-57.sql
--
-- Table structure for table `sstatus`