Working fetch search, refactoring DB towards source search
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# Generated by Django 5.1.7 on 2025-03-19 09:06
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('api', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='Feed',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='WebsiteOfInterest',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='WebsiteToFilter',
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='urls',
|
||||
options={'managed': False, 'ordering': ['-ts_fetch']},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user