mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 16:27:42 -02:30
Fix broken migration.
This commit is contained in:
@@ -13,11 +13,6 @@ class Migration(SchemaMigration):
|
||||
self.gf('django.db.models.fields.BooleanField')(default=False),
|
||||
keep_default=False)
|
||||
|
||||
# Modified to update value after adding new column.
|
||||
for credential in orm.Credential.objects.filter(kind__in=('aws', 'rax')):
|
||||
credential.cloud = True
|
||||
credential.save()
|
||||
|
||||
|
||||
def backwards(self, orm):
|
||||
# Deleting field 'Credential.cloud'
|
||||
|
||||
Reference in New Issue
Block a user