Store progress in Session model
parent
2a4f45153b
commit
32ff248be0
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.1.4 on 2022-12-17 18:17
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("core", "0002_session"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="session",
|
||||
name="offset",
|
||||
field=models.PositiveIntegerField(default=0),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue