mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Added initial value to evolution
This commit is contained in:
@@ -2,6 +2,6 @@ from django_evolution.mutations import *
|
||||
from django.db import models
|
||||
|
||||
MUTATIONS = [
|
||||
AddField('RedditAccount', 'validated', models.BooleanField),
|
||||
AddField('RedditAccount', 'validated', models.BooleanField, initial=False),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user