diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:34:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-04 17:06:35 +0300 |
commit | 115cc6e32b511d307097f96708535e6d975b096a (patch) | |
tree | 26d34e0806740ce3546f42e43956c96244a33860 /sql-files/upgrades/2013-03-27--18-35.sql | |
parent | 037ce75527a731d1d708256e4e23a01f4504844e (diff) | |
download | hercules-115cc6e32b511d307097f96708535e6d975b096a.tar.gz hercules-115cc6e32b511d307097f96708535e6d975b096a.tar.bz2 hercules-115cc6e32b511d307097f96708535e6d975b096a.tar.xz hercules-115cc6e32b511d307097f96708535e6d975b096a.zip |
Remove conf dir.
Diffstat (limited to 'sql-files/upgrades/2013-03-27--18-35.sql')
-rw-r--r-- | sql-files/upgrades/2013-03-27--18-35.sql | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sql-files/upgrades/2013-03-27--18-35.sql b/sql-files/upgrades/2013-03-27--18-35.sql deleted file mode 100644 index ddf8a975a..000000000 --- a/sql-files/upgrades/2013-03-27--18-35.sql +++ /dev/null @@ -1,22 +0,0 @@ -#1364409316 - --- This file is part of Hercules. --- http://herc.ws - http://github.com/HerculesWS/Hercules --- --- Copyright (C) 2013-2015 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 `char` ADD COLUMN `slotchange` SMALLINT(3) unsigned NOT NULL default '0'; -INSERT INTO `sql_updates` (`timestamp`) VALUES (1364409316); |