Changed the subscription plan id field size to 256 characters
This commit is contained in:
		
					parent
					
						
							
								83df42b5df
							
						
					
				
			
			
				commit
				
					
						487ab6b927
					
				
			
		
					 2 changed files with 21 additions and 1 deletions
				
			
		
							
								
								
									
										20
									
								
								datacenterlight/migrations/0008_auto_20170821_2024.py
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								datacenterlight/migrations/0008_auto_20170821_2024.py
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,20 @@
 | 
			
		|||
# -*- coding: utf-8 -*-
 | 
			
		||||
# Generated by Django 1.9.4 on 2017-08-21 20:24
 | 
			
		||||
from __future__ import unicode_literals
 | 
			
		||||
 | 
			
		||||
from django.db import migrations, models
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Migration(migrations.Migration):
 | 
			
		||||
 | 
			
		||||
    dependencies = [
 | 
			
		||||
        ('datacenterlight', '0007_stripeplan'),
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    operations = [
 | 
			
		||||
        migrations.AlterField(
 | 
			
		||||
            model_name='stripeplan',
 | 
			
		||||
            name='stripe_plan_id',
 | 
			
		||||
            field=models.CharField(max_length=256, null=True),
 | 
			
		||||
        ),
 | 
			
		||||
    ]
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue