Change HostingOrder cc_brand field size to 35 chars
This commit is contained in:
		
					parent
					
						
							
								770b5e080b
							
						
					
				
			
			
				commit
				
					
						768b8ca820
					
				
			
		
					 2 changed files with 21 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -69,7 +69,7 @@ class HostingOrder(AssignPermissionsMixin, models.Model):
 | 
			
		|||
    created_at = models.DateTimeField(auto_now_add=True)
 | 
			
		||||
    approved = models.BooleanField(default=False)
 | 
			
		||||
    last4 = models.CharField(max_length=4)
 | 
			
		||||
    cc_brand = models.CharField(max_length=10)
 | 
			
		||||
    cc_brand = models.CharField(max_length=35)
 | 
			
		||||
    stripe_charge_id = models.CharField(max_length=100, null=True)
 | 
			
		||||
    price = models.FloatField()
 | 
			
		||||
    subscription_id = models.CharField(max_length=100, null=True)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue