This commit is contained in:
18
nhncloud/migrations/0006_cluster_type.py
Normal file
18
nhncloud/migrations/0006_cluster_type.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.14 on 2024-11-18 23:53
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('nhncloud', '0005_alter_cluster_content_alter_cluster_uuid'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='cluster',
|
||||
name='type',
|
||||
field=models.CharField(blank=True, max_length=50, unique=True),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user