-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
During a data import we load into a table from a file, however we don't reset the sequence numbers for the id column of the table.
This means that some time later if someone writes a review on a server that has had a data dump imported, it will fail because it will try to reuse an existing sequence value for the ID.
After importing tables, we should reset the sequence: https://stackoverflow.com/a/3698777