Initial commit (Clean history)
This commit is contained in:
17
app/migrations/0097_remove_staff_cv.py
Normal file
17
app/migrations/0097_remove_staff_cv.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.1.7 on 2025-06-04 04:07
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0096_staff_cv'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='staff',
|
||||
name='cv',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user