Set SQL_MODE = "" as GLOBAL

This commit is contained in:
Roman Kelesidis 2023-03-02 22:18:22 +07:00
commit 6664561c61
3 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
SET SQL_MODE = "";
SET GLOBAL SQL_MODE = "";
-- ----------------------------
-- Table structure for `bb_attachments`

View file

@ -1,4 +1,4 @@
SET SQL_MODE = "";
SET GLOBAL SQL_MODE = "";
-- ----------------------------
-- Table structure for `bb_bt_tracker`