mirror of
https://github.com/retspen/webvirtcloud
synced 2025-01-27 07:35:19 +00:00
19 lines
413 B
Python
19 lines
413 B
Python
|
# Generated by Django 2.2.12 on 2020-05-28 04:24
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('accounts', '0004_apply_change_password'),
|
||
|
('instances', '0003_migrate_can_clone_instances'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RemoveField(
|
||
|
model_name='userattributes',
|
||
|
name='can_clone_instances',
|
||
|
),
|
||
|
]
|