[locations] Remove RawGeoLocation model and ScrobbledPage model

This commit is contained in:
2024-02-19 19:22:13 -05:00
parent b981c090c6
commit 7fa21c27ea
6 changed files with 33 additions and 129 deletions

View File

@ -0,0 +1,16 @@
# Generated by Django 4.2.9 on 2024-02-20 00:21
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("scrobbles", "0049_rename_webpage_scrobble_web_page"),
]
operations = [
migrations.DeleteModel(
name="ScrobbledPage",
),
]