浏览代码

Update migration path

Colin Powell 1 年之前
父节点
当前提交
f6509bbaa8
共有 1 个文件被更改,包括 17 次插入0 次删除
  1. 17 0
      vrobbler/apps/locations/migrations/0004_alter_rawgeolocation_options.py

+ 17 - 0
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={},
+        ),
+    ]