impress/db
Emi Matchu a1066d9c8a Add translated item fields directly to the Item model
Like with Species, Color, and Zone, we're moving the translation data
directly onto the model, and just using English. This will simplify
some of our queries a lot (way fewer joins!), and it's what Neopets
does now anyway, and I have a secret hope that removing the complexity
along the codepath for `item.name` might help speed up large item lists
if we're lucky?? 🤞

Anyway, this is the first step, performing the migration to copy the
data onto the `items` table, making sure to keep them in sync for the
2020 app for now!
2024-02-20 15:25:03 -08:00
..
migrate Add translated item fields directly to the Item model 2024-02-20 15:25:03 -08:00
openneo_id_migrate Add Remember Me to login 2023-10-23 19:05:08 -07:00
openneo_id_schema.rb Save last trade activity time onto User 2024-01-19 00:00:46 -08:00
schema.rb Add translated item fields directly to the Item model 2024-02-20 15:25:03 -08:00
seeds.rb Move fundraising models into the Fundraising module 2024-02-18 20:29:31 -08:00