forked from OpenNeo/impress
Emi Matchu
a1066d9c8a
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!
|
||
---|---|---|
.. | ||
migrate | ||
openneo_id_migrate | ||
openneo_id_schema.rb | ||
schema.rb | ||
seeds.rb |