impress/db
Emi Matchu 07617fa34f Increase ID column limit for item_outfit_relationships
Ahh wow, we're finally at the point of having enough outfits to need to
increase this ID field!

I got an alert this morning that queries were failing with the MySQL error
"id out of range". I went and found that creating a new outfit still works if
it's empty, but fails once you try to add an item to it. So, I assume this is
the failing column!

Note that I'm writing this from my emergency Steam Deck workstation, and that
I didn't quite get MySQL set up on it yet (I just yolo ran this in
production), so we don't have the corresponding changes to `db/schema.rb` yet.
This might require another commit from my normal workstation later to
complete this change!
2024-03-24 11:09:40 +11:00
..
migrate Increase ID column limit for item_outfit_relationships 2024-03-24 11:09:40 +11:00
openneo_id_migrate Actually create user from NeoPass authentication! <3 <3 2024-03-14 19:11:06 -07:00
openneo_id_schema.rb Actually create user from NeoPass authentication! <3 <3 2024-03-14 19:11:06 -07:00
schema.rb Improve Unicode support, emojis don't crash us anymore lol! 2024-02-28 18:54:27 -08:00
seeds.rb Move fundraising models into the Fundraising module 2024-02-18 20:29:31 -08:00