mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-17 11:49:29 +00:00
Updated evolution
This commit is contained in:
@@ -2,6 +2,6 @@ from django_evolution.mutations import *
|
|||||||
from django.db import models
|
from django.db import models
|
||||||
|
|
||||||
MUTATIONS = [
|
MUTATIONS = [
|
||||||
AddField('EVEPlayerCharacter', 'total_sp', models.IntegerField, initial=0)
|
AddField('EVEPlayerCharacter', 'total_sp', models.IntegerField, null=True)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user