7

It's a new year. so everything stops working because tables don't exist for year 2025 in the database.

Comments
  • 1
    For every year a table. That's also a kind of database index i guess.
  • 7
    whoever designed that database... have they heard about "not sucking at their job"?
  • 2
    Ah! That explains why it's always calmer at the beginning of the year, I always assumed they were still recovering from their hangovers
  • 2
    Smells like great db design!
  • 3
    Ah, it's like the millennium bug all over again.
  • 3
    @retoor the tables are created oer month sometimes per day. And if you create that it still doesn't work because there is a separate config table where you need to add the row for how long the tables exist
  • 1
    @RageExpress that's a very interesting design. But is it really for performance related stuff instead of an index or why is it?
  • 0
    Let's drop and start from scratch
Add Comment