Skip to content

Commit

Permalink
Merge pull request #2573 from salartarium/master
Browse files Browse the repository at this point in the history
update links
  • Loading branch information
DarkFenX authored Feb 20, 2024
2 parents e2dbfb5 + ecf4d6c commit 2c2455a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion eos/db/migrations/upgrade1.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
loaded as they no longer exist in the database. We therefore replace these
modules with their new replacements
Based on http://community.eveonline.com/news/patch-notes/patch-notes-for-oceanus/
Based on https://www.eveonline.com/news/view/patch-notes-for-oceanus
and output of itemDiff.py
"""

Expand Down
6 changes: 3 additions & 3 deletions eos/db/migrations/upgrade25.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Migration 25
- Converts T3C fitting configurations based on the spreadsheet noted here:
https://community.eveonline.com/news/patch-notes/patch-notes-for-july-2017-release
https://www.eveonline.com/news/view/patch-notes-for-july-2017-release
(csv copies can be found on the pyfa repo in case the official documents are deleted)
Expand Down Expand Up @@ -4228,8 +4228,8 @@ def upgrade(saveddata_engine):
# We don't have a conversion for this. I don't think this will ever happen, but who knows
continue

# It doesn't actully matter which old module is replaced with which new module, so we don't have to worry
# about module position or anything like that. Just doe a straight up record UPDATE
# It doesn't actually matter which old module is replaced with which new module, so we don't have to worry
# about module position or anything like that. Just do a straight up record UPDATE
for i, old in enumerate(oldModules[:4]):
saveddata_engine.execute("UPDATE modules SET itemID = ? WHERE ID = ?", (newModules[i], old[0]))

Expand Down
2 changes: 1 addition & 1 deletion eos/db/migrations/upgrade4.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from database), which causes pyfa to crash. We therefore replace these
modules with their new replacements
Based on http://community.eveonline.com/news/patch-notes/patch-notes-for-proteus/
Based on https://www.eveonline.com/news/view/patch-notes-for-proteus
and output of itemDiff.py
"""

Expand Down

0 comments on commit 2c2455a

Please sign in to comment.