minio이미지 업로드 기능 테스트
This commit is contained in:
16
butler/migrations/0004_delete_noticeboard.py
Normal file
16
butler/migrations/0004_delete_noticeboard.py
Normal file
@ -0,0 +1,16 @@
|
||||
# Generated by Django 4.2.14 on 2025-01-25 19:23
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('butler', '0003_rename_desc_ipmanagementrecord_contents'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='NoticeBoard',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user