[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:20
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("locations", "0005_alter_rawgeolocation_options_and_more"),
]
operations = [
migrations.DeleteModel(
name="RawGeoLocation",
),
]