mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Set SQL_MODE = "" as GLOBAL
This commit is contained in:
parent
195e0163ac
commit
6664561c61
3 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
SET SQL_MODE = "";
|
||||
SET GLOBAL SQL_MODE = "";
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for `bb_attachments`
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SET SQL_MODE = "";
|
||||
SET GLOBAL SQL_MODE = "";
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for `bb_bt_tracker`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue