• 0 Posts
  • 17 Comments
Joined 3 years ago
cake
Cake day: June 28th, 2023

help-circle















  • I haven’t looked at the Lemmy codebase but here’s my thoughts on why they don’t “just” fix this.

    Unless the database is designed for easy migration from it can be a very large task to modify the database layout, as you nearly have to refactor everything.

    One way to solve this is that all posts/comments/votes uses an UUID as primary key instead of auto-incrementing IDs.