Skip to content

integer overflow at Stat table #208

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions