edit table add missing log overflow and update log partition function

This commit is contained in:
Clemens Schwaighofer
2020-01-30 10:37:07 +09:00
parent d445bc3526
commit a1afc1fb2e
5 changed files with 114 additions and 32 deletions

View File

@@ -2045,7 +2045,7 @@ class Basic
* returns int/bool in:
* -1 if the first date is smaller the last
* 0 if both are equal
* 1 if the end date is bigger than the last
* 1 if the first date is bigger than the last
* false if no valid date/times chould be found
* @param string $start_datetime start date/time in YYYY-MM-DD HH:mm:ss
* @param string $end_datetime end date/time in YYYY-MM-DD HH:mm:ss