init commit
This commit is contained in:
18
superset/migrations/0007_superset_estimated_time.py
Normal file
18
superset/migrations/0007_superset_estimated_time.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.2 on 2023-07-25 16:01
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('superset', '0006_alter_superset_workout'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='superset',
|
||||
name='estimated_time',
|
||||
field=models.FloatField(blank=True, max_length=255, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user