Skip to content

Commit 6bcbda5

Browse files
committed
WIP
Signed-off-by: szaimen <szaimen@e.mail.de>
1 parent 9199864 commit 6bcbda5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ services:
305305
MYSQL_PASSWORD: owncloud
306306
MYSQL_DATABASE: oc_autotest
307307
command:
308-
- --sql-mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
308+
- --sql-mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
309309
tmpfs:
310310
- /var/lib/mysql
311311

@@ -381,7 +381,7 @@ services:
381381
MYSQL_PASSWORD: owncloud
382382
MYSQL_DATABASE: oc_autotest
383383
command:
384-
- --sql-mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
384+
- --sql-mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
385385
tmpfs:
386386
- /var/lib/mysql
387387

0 commit comments

Comments
 (0)