-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Please update database schema:
ALTER TABLE Stat MODIFY COLUMN value BIGINT;
The reason is 500 Internal Server Error at /usr/bin/pakiti-client line 405. due to reached limit on integer value:
MariaDB [pakiti3]> select * from Stat;
+--------------+------------+
| name | value |
+--------------+------------+
| checkedPkgs | 2147483572 |
| sameReports | 908985 |
| savedReports | 2789894 |
+--------------+------------+
3 rows in set (0.000 sec)
Metadata
Metadata
Assignees
Labels
No labels