Attempt to fix migrations
This commit is contained in:
@@ -93,8 +93,8 @@ ADJUST_CLOSE_NOTIFY_CHOICES = (
|
||||
|
||||
class User(AbstractUser):
|
||||
# Stripe customer ID
|
||||
id = models.UUIDField(
|
||||
default=uuid.uuid4, primary_key=True, editable=False, unique=True
|
||||
unique_id = models.UUIDField(
|
||||
default=uuid.uuid4,
|
||||
)
|
||||
# stripe_id = models.CharField(max_length=255, null=True, blank=True)
|
||||
billing_provider_id = models.CharField(max_length=255, null=True, blank=True)
|
||||
|
||||
Reference in New Issue
Block a user