summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/2014-05-17--00-06.sql
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 11:34:32 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-05 16:51:04 +0300
commit1b7e97bf5cb6affba6e1ff3912c8caa205acc509 (patch)
tree26a460afa3b567088593571e7bc2f6b133170391 /sql-files/upgrades/2014-05-17--00-06.sql
parent6da8058cfa16b7e38e7afd89afc562480b4ce0e7 (diff)
downloadhercules-1b7e97bf5cb6affba6e1ff3912c8caa205acc509.tar.gz
hercules-1b7e97bf5cb6affba6e1ff3912c8caa205acc509.tar.bz2
hercules-1b7e97bf5cb6affba6e1ff3912c8caa205acc509.tar.xz
hercules-1b7e97bf5cb6affba6e1ff3912c8caa205acc509.zip
Remove conf dir.
Diffstat (limited to 'sql-files/upgrades/2014-05-17--00-06.sql')
-rw-r--r--sql-files/upgrades/2014-05-17--00-06.sql22
1 files changed, 0 insertions, 22 deletions
diff --git a/sql-files/upgrades/2014-05-17--00-06.sql b/sql-files/upgrades/2014-05-17--00-06.sql
deleted file mode 100644
index 6ac8c1292..000000000
--- a/sql-files/upgrades/2014-05-17--00-06.sql
+++ /dev/null
@@ -1,22 +0,0 @@
-#1400256139
-
--- This file is part of Hercules.
--- http://herc.ws - http://github.com/HerculesWS/Hercules
---
--- Copyright (C) 2014-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 `pet` CHANGE `incuvate` `incubate` int(11) unsigned NOT NULL default '0';
-INSERT INTO `sql_updates` (`timestamp`) VALUES (1400256139);