mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
Merge pull request #77
* added timestamp to comicstatus. * added timestamp to comicstatus.
This commit is contained in:
16
comic/migrations/0050_delete_comicpage.py
Normal file
16
comic/migrations/0050_delete_comicpage.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 4.0.7 on 2022-09-15 15:17
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('comic', '0049_populate_pages'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='ComicPage',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user