Skip to content

Commit 57f990d

Browse files
committed
add SLEEP to stop failed creation of gameme module tble entry
1 parent 0a86f5f commit 57f990d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/install/db/atutor_upgrade_2.2.3_to_2.2.4.sql

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CREATE TABLE IF NOT EXISTS `helpme_user` (
1111
REPLACE INTO `modules` (`dir_name`, `status`, `privilege`, `admin_privilege`, `cron_interval`, `cron_last_run`) SELECT '_standard/helpme', 2, 0, MAX(admin_privilege) * 2, 0, 0 FROM `modules`;
1212

1313
// Add Gameme as a standard Module
14+
DO SLEEP(3);
1415
REPLACE INTO `modules` (`dir_name`, `status`, `privilege`, `admin_privilege`, `cron_interval`, `cron_last_run`) SELECT '_standard/gameme', 2, MAX(privilege) * 2, MAX(admin_privilege) * 2, 0, 0 FROM `modules`;
1516

1617
# Update db date fields for compatibility with MySQL 5.7

0 commit comments

Comments
 (0)