fix
This commit is contained in:
18
feeds/migrations/0009_auto_20210312_0211.py
Normal file
18
feeds/migrations/0009_auto_20210312_0211.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.1.7 on 2021-03-11 23:11
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('feeds', '0008_nerfnowfeedmoduleconfig'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='feed',
|
||||
name='last_id',
|
||||
field=models.JSONField(blank=True, null=True),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user