summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/array_index_migrations/0001_initial.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/postgres_tests/array_index_migrations/0001_initial.py')
-rw-r--r--tests/postgres_tests/array_index_migrations/0001_initial.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/postgres_tests/array_index_migrations/0001_initial.py b/tests/postgres_tests/array_index_migrations/0001_initial.py
index d08243b67e..b5fc4be725 100644
--- a/tests/postgres_tests/array_index_migrations/0001_initial.py
+++ b/tests/postgres_tests/array_index_migrations/0001_initial.py
@@ -11,7 +11,7 @@ class Migration(migrations.Migration):
fields=[
(
"id",
- models.AutoField(
+ models.BigAutoField(
verbose_name="ID",
serialize=False,
auto_created=True,