You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When migrating to a PostgreSQL based installation of OTOBO, there is a problem in that the serial sequences are not updated. It is not clear whether this has ever worked, it's quite possible that the updating of the sequences never has worked.
The feature is implemented with the method ResetAutoIncrementField() which is only needed, and implemented, for PostgreSQL and Oracle. Therefore there is a check whether this method is available. It looks like the check was done on the wrong object and ResetAutoincrementField()was never called.
The text was updated successfully, but these errors were encountered:
When migrating to a PostgreSQL based installation of OTOBO, there is a problem in that the serial sequences are not updated. It is not clear whether this has ever worked, it's quite possible that the updating of the sequences never has worked.
The feature is implemented with the method
ResetAutoIncrementField()
which is only needed, and implemented, for PostgreSQL and Oracle. Therefore there is a check whether this method is available. It looks like the check was done on the wrong object andResetAutoincrementField()
was never called.The text was updated successfully, but these errors were encountered: