Skip to content

Commit

Permalink
explicitly set the default value of the automatic field to avoid a ne…
Browse files Browse the repository at this point in the history
…w migration being proposed
  • Loading branch information
etchegom authored and danihodovic committed Jul 26, 2024
1 parent 1071027 commit ec7a249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_webhook/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

class WebhooksConfig(AppConfig):
name = "django_webhook"
default_auto_field = "django.db.models.AutoField"

def ready(self):
from django.conf import settings
Expand Down

0 comments on commit ec7a249

Please sign in to comment.