Support MySQL5.7 in backward compatible mode (#630)

This commit is contained in:
FrancescoUK
2016-11-20 21:20:52 +00:00
parent 1440e6bce9
commit 7ef68fbc76
7 changed files with 15 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
-- >> This file is autogenerated from tables.sql and constraints.sql. Do not modify directly << --
-- Disable ONLY_FULL_GROUP_BY required by MySQL 5.7
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
--
-- Table structure for table `ospos_app_config`
--