Updated evolution

This commit is contained in:
2010-04-20 14:09:01 +01:00
parent 98e10b1952
commit a2a32f398a

View File

@@ -2,6 +2,6 @@ from django_evolution.mutations import *
from django.db import models
MUTATIONS = [
AddField('EVEPlayerCharacter', 'total_sp', models.IntegerField, initial=0)
AddField('EVEPlayerCharacter', 'total_sp', models.IntegerField, null=True)
]