First version
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Generated by Django 4.2.2 on 2023-07-04 16:37
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='request',
|
||||
name='comment',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='request',
|
||||
name='start_in_days',
|
||||
),
|
||||
]
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user