mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-25 19:38:27 -05:00
Support MySQL5.7 in backward compatible mode (#630)
This commit is contained in:
@@ -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`
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user