summaryrefslogtreecommitdiff
path: root/sql-files/main.sql
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-04-17 21:19:56 +0300
committerAndrei Karas <akaras@inbox.ru>2018-04-17 21:19:56 +0300
commit6c31865241d01c3e960c84ed1949477d140b892a (patch)
treed9cf53bb2a28e27e9fa13618ad2721f9a40b2af1 /sql-files/main.sql
parent1501211419288803f459243c4ad645b0a1aa9639 (diff)
downloadserverdata-6c31865241d01c3e960c84ed1949477d140b892a.tar.gz
serverdata-6c31865241d01c3e960c84ed1949477d140b892a.tar.bz2
serverdata-6c31865241d01c3e960c84ed1949477d140b892a.tar.xz
serverdata-6c31865241d01c3e960c84ed1949477d140b892a.zip
Update from hercules.s20180419
Add new configuration options into conf/map/battle/*. Add new messages into messages.conf. Add new db attendance_db.conf. Convert pet db into libconfig format. Add sql update for attendance db.
Diffstat (limited to 'sql-files/main.sql')
-rw-r--r--sql-files/main.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql-files/main.sql b/sql-files/main.sql
index 5546c027..2e51d6a1 100644
--- a/sql-files/main.sql
+++ b/sql-files/main.sql
@@ -219,6 +219,8 @@ CREATE TABLE IF NOT EXISTS `char` (
`uniqueitem_counter` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0',
`sex` ENUM('M','F','U') NOT NULL DEFAULT 'U',
`hotkey_rowshift` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0',
+ `attendance_count` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0',
+ `attendance_timer` BIGINT(20) NULL DEFAULT '0',
PRIMARY KEY (`char_id`),
UNIQUE KEY `name_key` (`name`),
KEY `account_id` (`account_id`),
@@ -890,6 +892,7 @@ INSERT IGNORE INTO `sql_updates` (`timestamp`) VALUES (1496588640); -- 2017-06-0
INSERT IGNORE INTO `sql_updates` (`timestamp`) VALUES (1496588700); -- 2017-06-04--15-05.sql
INSERT IGNORE INTO `sql_updates` (`timestamp`) VALUES (1509835214); -- 2017-11-04--10-39.sql
INSERT IGNORE INTO `sql_updates` (`timestamp`) VALUES (1519671456); -- 2018-02-26--15-57.sql
+INSERT IGNORE INTO `sql_updates` (`timestamp`) VALUES (1520654809); -- 2018-03-10--04-06.sql
--
-- Table structure for table `storage`
--