Skip to content

integer overflow at Stat table #208

@svamberg

Description

@svamberg

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions