mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-20 13:19:24 +00:00
Added Total SP field calculated during API runs
This commit is contained in:
7
eve_api/evolutions/total-sp.py
Normal file
7
eve_api/evolutions/total-sp.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django_evolution.mutations import *
|
||||
from django.db import models
|
||||
|
||||
MUTATIONS = [
|
||||
AddField('EVEPlayerCharacter', 'total_sp', models.IntegerField, initial=0)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user