Without AUTOINCREMENT, SQLite can reassign the highest deleted ROWID to a new row. This is a data integrity bug: a deleted entity's ID could be assigned to a completely different entity, breaking bookmarks, API caches, and URL stability. |
||
|---|---|---|
| .. | ||
| 0001_auth.sql | ||
| 0002_coffee.sql | ||
| 0003_activities.sql | ||
| 0004_timeline_and_usage.sql | ||