summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/2019-10-12--14-21.sql
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-11-18 20:21:25 +0300
committerAndrei Karas <akaras@inbox.ru>2019-11-18 22:53:48 +0300
commit8312581eb96d1d497fbce59a7a33fc55a6c236b5 (patch)
tree5284f9951c9e472f18e270ef0f1091335cc664c5 /sql-files/upgrades/2019-10-12--14-21.sql
parent05ea79929aa099d25b543f4a86db721f5f7e700e (diff)
downloadhercules-8312581eb96d1d497fbce59a7a33fc55a6c236b5.tar.gz
hercules-8312581eb96d1d497fbce59a7a33fc55a6c236b5.tar.bz2
hercules-8312581eb96d1d497fbce59a7a33fc55a6c236b5.tar.xz
hercules-8312581eb96d1d497fbce59a7a33fc55a6c236b5.zip
Fix syntax errors in sql scripts
Diffstat (limited to 'sql-files/upgrades/2019-10-12--14-21.sql')
-rw-r--r--sql-files/upgrades/2019-10-12--14-21.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrades/2019-10-12--14-21.sql b/sql-files/upgrades/2019-10-12--14-21.sql
index bd885a874..7da66e9b8 100644
--- a/sql-files/upgrades/2019-10-12--14-21.sql
+++ b/sql-files/upgrades/2019-10-12--14-21.sql
@@ -19,5 +19,5 @@
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
-ALTER TABLE `picklog` MODIFY `type` enum('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X','D','U','K','Y','Z','W','Q','J','H','@','0','1','2', '3') NOT NULL DEFAULT 'P',
+ALTER TABLE `picklog` MODIFY `type` enum('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X','D','U','K','Y','Z','W','Q','J','H','@','0','1','2', '3') NOT NULL DEFAULT 'P';
INSERT INTO `sql_updates` (`timestamp`) VALUES (1570870260);