diff --git a/vrobbler/apps/locations/migrations/0004_alter_rawgeolocation_options.py b/vrobbler/apps/locations/migrations/0004_alter_rawgeolocation_options.py new file mode 100644 index 0000000..193e3d9 --- /dev/null +++ b/vrobbler/apps/locations/migrations/0004_alter_rawgeolocation_options.py @@ -0,0 +1,17 @@ +# Generated by Django 4.1.7 on 2023-11-24 12:45 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ("locations", "0003_rawgeolocation_timestamp"), + ] + + operations = [ + migrations.AlterModelOptions( + name="rawgeolocation", + options={}, + ), + ]