summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/2013-10-09--21-38.sql
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 11:34:32 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-26 00:55:25 +0300
commitc0cff173d76a2c861c66ceeac9458b61f2865a05 (patch)
tree4c172f91b8448f184eaa017dd6b2e69cb3221dd1 /sql-files/upgrades/2013-10-09--21-38.sql
parentf5483caa1fcb5907cc1d16488af550dff08ce9e9 (diff)
downloadhercules-c0cff173d76a2c861c66ceeac9458b61f2865a05.tar.gz
hercules-c0cff173d76a2c861c66ceeac9458b61f2865a05.tar.bz2
hercules-c0cff173d76a2c861c66ceeac9458b61f2865a05.tar.xz
hercules-c0cff173d76a2c861c66ceeac9458b61f2865a05.zip
Remove conf dir.
Diffstat (limited to 'sql-files/upgrades/2013-10-09--21-38.sql')
-rw-r--r--sql-files/upgrades/2013-10-09--21-38.sql22
1 files changed, 0 insertions, 22 deletions
diff --git a/sql-files/upgrades/2013-10-09--21-38.sql b/sql-files/upgrades/2013-10-09--21-38.sql
deleted file mode 100644
index 454569665..000000000
--- a/sql-files/upgrades/2013-10-09--21-38.sql
+++ /dev/null
@@ -1,22 +0,0 @@
-#1381354728
-
--- 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 `zenylog` MODIFY `type` ENUM('T','V','P','M','S','N','D','C','A','E','I','B','K') NOT NULL DEFAULT 'S';
-INSERT INTO `sql_updates` (`timestamp`) VALUES (1381354728);