Add name field i beta program
This commit is contained in:
		
					parent
					
						
							
								9c2c0e9a73
							
						
					
				
			
			
				commit
				
					
						80ecb963b3
					
				
			
		
					 6 changed files with 38 additions and 4 deletions
				
			
		
							
								
								
									
										21
									
								
								datacenterlight/migrations/0005_betaaccess_name.py
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								datacenterlight/migrations/0005_betaaccess_name.py
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,21 @@ | |||
| # -*- coding: utf-8 -*- | ||||
| # Generated by Django 1.9.4 on 2017-03-31 00:38 | ||||
| from __future__ import unicode_literals | ||||
| 
 | ||||
| from django.db import migrations, models | ||||
| 
 | ||||
| 
 | ||||
| class Migration(migrations.Migration): | ||||
| 
 | ||||
|     dependencies = [ | ||||
|         ('datacenterlight', '0004_betaaccessvm'), | ||||
|     ] | ||||
| 
 | ||||
|     operations = [ | ||||
|         migrations.AddField( | ||||
|             model_name='betaaccess', | ||||
|             name='name', | ||||
|             field=models.CharField(default='name', max_length=250), | ||||
|             preserve_default=False, | ||||
|         ), | ||||
|     ] | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue