mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Fixed evolution
This commit is contained in:
@@ -3,7 +3,7 @@ from django.db import models
|
||||
|
||||
MUTATIONS = [
|
||||
AddField('Mumble', 'display', models.CharField, initial='', max_length=200),
|
||||
AddField('Mumble', 'server', models.ForeignKey, initial=<<USER VALUE REQUIRED>>, related_model='mumble.MumbleServer'),
|
||||
AddField('Mumble', 'server', models.ForeignKey, initial='<<USER VALUE REQUIRED>>', related_model='mumble.MumbleServer'),
|
||||
DeleteField('Mumble', 'dbus'),
|
||||
ChangeField('Mumble', 'port', initial=None, null=True)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user