Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11958, comment 6


Ignore:
Timestamp:
Feb 12, 2015, 4:23:03 PM (9 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11958, comment 6

    initial v1  
    1 `report_id_seq` in your database has currently invalid value. It need to be reset.
     1`report_id_seq` in your database has currently invalid value by that plugin. It need to be reset.
    22{{{#!sql
    33SELECT setval('report_id_seq', (SELECT MAX(id) FROM report));