mirror of
https://github.com/retspen/webvirtcloud
synced 2025-01-12 16:35:17 +00:00
3d0493537f
Replaces 'can_clone_instances' user attribute
18 lines
413 B
Python
18 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',
|
|
),
|
|
]
|