mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-22 14:19:28 +00:00
Added Total SP field calculated during API runs
This commit is contained in:
@@ -1 +1 @@
|
||||
SEQUENCE = ['applications-field']
|
||||
SEQUENCE = ['applications-field', 'total-sp']
|
||||
|
||||
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