WIP
This commit is contained in:
18
workout/migrations/0009_alter_plannedworkout_on_date.py
Normal file
18
workout/migrations/0009_alter_plannedworkout_on_date.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.2 on 2023-07-02 04:15
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('workout', '0008_plannedworkout'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='plannedworkout',
|
||||
name='on_date',
|
||||
field=models.DateTimeField(),
|
||||
),
|
||||
]
|
||||
18
workout/migrations/0010_alter_plannedworkout_on_date.py
Normal file
18
workout/migrations/0010_alter_plannedworkout_on_date.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.2 on 2023-07-02 04:16
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('workout', '0009_alter_plannedworkout_on_date'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='plannedworkout',
|
||||
name='on_date',
|
||||
field=models.DateField(),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user