mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-01-30 16:08:14 +00:00
Remove django-evolution
This commit is contained in:
@@ -1 +0,0 @@
|
||||
SEQUENCE = ['uid_fix', 'settings_json']
|
||||
@@ -1,10 +0,0 @@
|
||||
#----- Evolution for sso
|
||||
from django_evolution.mutations import *
|
||||
from django.db import models
|
||||
from django_jsonfield.fields import JSONField
|
||||
|
||||
MUTATIONS = [
|
||||
AddField('Service', 'settings_json', JSONField, initial='{}'),
|
||||
]
|
||||
#----------------------
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
from django_evolution.mutations import *
|
||||
from django.db import models
|
||||
|
||||
MUTATIONS = [
|
||||
AddField('ServiceAccount', 'service_uid', models.CharField, max_length=200, blank=False)
|
||||
]
|
||||
Reference in New Issue
Block a user