Ticket #58 (reopened task)
Database cleanup
| Reported by: | eevee | Owned by: | eevee |
|---|---|---|---|
| Priority: | trivial | Component: | pokedex |
| Keywords: | Cc: | ||
| Difficulty: | over 9000 |
Description
- Lots of columns need to be renamed.
- pokemoves -> pokemon_moves
- Migrate non-English names out of the main tables, and go with the assumption that they will not be used all that much: pull them out of FuzzyMatches, create a foreign_names table with all of them (id, type, language, name), and search that as a last resort? ...or skip right to it when the incoming entry has non-ASCII characters (i.e. utf-8). Also import French/German/etc names I suppose.
- Figure out how to make UTF-8 VARCHARs work with Catalyst or whatever's breaking.
- Anything else?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
