summaryrefslogtreecommitdiff
path: root/sql-files/upgrades
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-10-24 18:46:39 +0300
committerAndrei Karas <akaras@inbox.ru>2016-10-24 18:46:39 +0300
commitaa2ea303d565ce92ebb7ab2bceddb4f5705bb55a (patch)
treedaf9a912224c0a3ad6c3d5b1443e619372cb1f3a /sql-files/upgrades
parentd0d4b284186d64de82da2c67ec0dcfe115f9d136 (diff)
downloadserverdata-aa2ea303d565ce92ebb7ab2bceddb4f5705bb55a.tar.gz
serverdata-aa2ea303d565ce92ebb7ab2bceddb4f5705bb55a.tar.bz2
serverdata-aa2ea303d565ce92ebb7ab2bceddb4f5705bb55a.tar.xz
serverdata-aa2ea303d565ce92ebb7ab2bceddb4f5705bb55a.zip
Add sql update 2016-10-03--20-27.sql
Diffstat (limited to 'sql-files/upgrades')
-rw-r--r--sql-files/upgrades/2016-10-03--20-27.sql23
1 files changed, 23 insertions, 0 deletions
diff --git a/sql-files/upgrades/2016-10-03--20-27.sql b/sql-files/upgrades/2016-10-03--20-27.sql
new file mode 100644
index 00000000..6ad840e0
--- /dev/null
+++ b/sql-files/upgrades/2016-10-03--20-27.sql
@@ -0,0 +1,23 @@
+#1475526420
+
+-- This file is part of Hercules.
+-- http://herc.ws - http://github.com/HerculesWS/Hercules
+--
+-- Copyright (C) 2015-2016 Hercules Dev Team
+--
+-- Hercules is free software: you can redistribute it and/or modify
+-- it under the terms of the GNU General Public License as published by
+-- the Free Software Foundation, either version 3 of the License, or
+-- (at your option) any later version.
+--
+-- This program is distributed in the hope that it will be useful,
+-- but WITHOUT ANY WARRANTY; without even the implied warranty of
+-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+-- GNU General Public License for more details.
+--
+-- You should have received a copy of the GNU General Public License
+-- along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+ALTER TABLE `charlog` ADD `class` MEDIUMINT(9) NOT NULL DEFAULT '0' AFTER `char_num`;
+
+INSERT INTO `sql_updates` (`timestamp`) VALUES (1475526420);