Files
cbwebreader/comic/migrations/0048_comicbook_page_count.py
Ajurna 2647a0e31e Merge pull request #77
* added timestamp to comicstatus.

* added timestamp to comicstatus.
2022-09-19 12:18:46 +01:00

19 lines
389 B
Python

# Generated by Django 4.0.7 on 2022-09-15 09:55
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('comic', '0047_comicstatus_updated'),
]
operations = [
migrations.AddField(
model_name='comicbook',
name='page_count',
field=models.IntegerField(default=0),
),
]