diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:34:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-08 20:08:53 +0300 |
commit | b215cf296f05316e74c834bd411f155b33d7edd2 (patch) | |
tree | c5c6d0ad56e9f25c93aff64f30ff834c5ca3f478 /sql-files/upgrades/2013-11-16--07-49.sql | |
parent | 5b91e5f97c39a26afae02d452e6cb2c38149ed75 (diff) | |
download | hercules-b215cf296f05316e74c834bd411f155b33d7edd2.tar.gz hercules-b215cf296f05316e74c834bd411f155b33d7edd2.tar.bz2 hercules-b215cf296f05316e74c834bd411f155b33d7edd2.tar.xz hercules-b215cf296f05316e74c834bd411f155b33d7edd2.zip |
Remove conf dir.
Diffstat (limited to 'sql-files/upgrades/2013-11-16--07-49.sql')
-rw-r--r-- | sql-files/upgrades/2013-11-16--07-49.sql | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sql-files/upgrades/2013-11-16--07-49.sql b/sql-files/upgrades/2013-11-16--07-49.sql deleted file mode 100644 index 302a88120..000000000 --- a/sql-files/upgrades/2013-11-16--07-49.sql +++ /dev/null @@ -1,22 +0,0 @@ -#1384588175 - --- 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 `unban_time` INT(11) UNSIGNED NOT NULL DEFAULT '0'; -INSERT INTO `sql_updates` (`timestamp`) VALUES (1384588175); |