This commit is contained in:
17
nhncloud/migrations/0004_remove_cluster_file_upload.py
Normal file
17
nhncloud/migrations/0004_remove_cluster_file_upload.py
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.2.14 on 2024-11-18 22:06
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('nhncloud', '0003_alter_cluster_title'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='cluster',
|
||||
name='file_upload',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user