Changes between Version 1 and Version 2 of Ticket #9612, comment 26
- Timestamp:
- Jul 29, 2016, 9:41:00 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9612, comment 26
v1 v2 6 6 7 7 The `upgrade_tables` re-create tables. Auto-increment column uses sequence object in PostgreSQL. Then, the sequence object would be re-created and started with 1. Inserting old records wouldn't change the sequence. 8 9 See also #8575.