Topic: General Bug Reports / Feature Requests

@icantaccessmyprofile said:
I can't reply to your message, and the notification sending me to your message results in an error.

Through some magic means the notifications table lost:

  • its sequence for the id column (couldn't generate ids, thus anything making notifications would fail)
  • its index
  • its primary key (causing lookups to fail)
  • its foreign key to the users table

However no data was lost (I keep backups regardless)
What happened? Who knows, probably some fuckery happened when backups were being tested, it should be good now though