Commit Graph

9 Commits

Author SHA1 Message Date
HB9HIL
75b86461ea make mig 196 compatible with older mysql versions
With utf8mb4 a constraint of 255 results in a maximum possible primary key of 1020 bytes which is larger then the maximum 767 bytes in older MySQL versions. Changing the constraint to 191 results in a max. primary key of 764 bytes which will work with those ancient versions and 191 is still enough for this column. The id's in the cron table are text, why we can't use numerical ID's here
2024-08-13 13:38:20 +02:00
HB9HIL
8ccfae4fc2 don't let the big jobs run all at once 2024-04-26 19:25:27 +02:00
HB9HIL
ae7938d765 show file update times based on cron table 2024-04-26 17:43:58 +02:00
HB9HIL
e4b592ca5e thirdparty up/downloads are turned off by default in crons 2024-04-26 15:39:23 +02:00
HB9HIL
f2163cb2ba changed last_run function to be more generic 2024-04-26 15:07:54 +02:00
HB9HIL
1d3e849839 various stuff 2024-04-26 00:50:06 +02:00
HB9HIL
ec80eb3234 run function - first approach 2024-04-23 01:23:54 +02:00
HB9HIL
452fbfac1a tweaked database 2024-04-22 23:58:04 +02:00
HB9HIL
c2b2b72b46 cron database 2024-04-22 14:23:30 +02:00