Skip to content

Commit 6cb9038

Browse files
committed
feat: revert bigautofield/generate pending migrations
1 parent 0d0d7ec commit 6cb9038

2 files changed

Lines changed: 1205 additions & 1 deletion

File tree

config/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
},
127127
]
128128

129-
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
129+
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
130130

131131
SPECTACULAR_SETTINGS = {
132132
"TITLE": "PokéAPI",

0 commit comments

Comments
 (0)