Misc/Mergefix

* added clean db dump
 * cleanup fails from profiler merge
 * maybe fixed setup being unable to find images for processing
 * version push
This commit is contained in:
Sarjuuk
2018-03-26 15:10:08 +02:00
parent 0ff0e5b59e
commit 160c15a5f2
8 changed files with 1069 additions and 929 deletions

View File

@@ -24,8 +24,8 @@ function events(array $ids = [])
ge.eventEntry,
holiday,
0, -- cuFlags
UNIX_TIMESTAMP(start_time),
UNIX_TIMESTAMP(end_time),
IFNULL(UNIX_TIMESTAMP(start_time), 0),
IFNULL(UNIX_TIMESTAMP(end_time), 0),
occurence * 60,
length * 60,
IF (gep.eventEntry IS NOT NULL, GROUP_CONCAT(prerequisite_event SEPARATOR " "), NULL),