yeni
This commit is contained in:
18
ssh_manager/migrations/0010_sshcredential_disk_usage.py
Normal file
18
ssh_manager/migrations/0010_sshcredential_disk_usage.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.4 on 2025-07-20 02:06
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ssh_manager', '0009_remove_project_email_remove_project_image_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='sshcredential',
|
||||
name='disk_usage',
|
||||
field=models.CharField(blank=True, max_length=50, null=True, verbose_name='Disk Kullanımı'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user