Changed
- Ship is now a proper EveType model instead of just a string
Important Update Instructions
**IMPORTANT**
If you update from v0.1.0-beta.4 or earlier, make sure to read carefully.
In this version, the way the SRP ship is handled has changed. It is no longer just a
simple string in the database, it is now a proper EveType model. So you have to do
some extra steps to migrate your data.
**This needs to be done right after you have updated AA SRP from a version prior
v0.1.0-beta.5.**
Step 1: Install EveUniverse
This should be done automatically with the update, but there is still a bit of
manual work to it. First you need to add the EveUniverse module to your
`INSTALLED_APPS` in your `loca.py`.
- Add `"eveuniverse",` to `INSTALLED_APPS`
Step 2: Static Collection and Migration
Now that EveUniverse is installed, you need to run the static collection and
migration. Remember to restart your supervisor afterward.
shell
python manage.py collectstatic
shell
python manage.py migrate
Restart your supervisor services for Auth
Step 3: Import Ship Information From ESI
This is where the magic happens. You're now ready to import the ship information
from ESI.
shell
python manage.py aasrp_load_eve
Step 4: Migrate Your SRP Data
Now that we have all the needed information, your SRP data needs to be updated. This
is just another simple command.
shell
python manage.py aasrp_update_db_relations