add reasons column
This commit is contained in:
		
							parent
							
								
									ad54b5a068
								
							
						
					
					
						commit
						31749726fc
					
				
							
								
								
									
										20
									
								
								ttadmin/users/migrations/0006_townie_reasons.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								ttadmin/users/migrations/0006_townie_reasons.py
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,20 @@ | ||||
| # -*- coding: utf-8 -*- | ||||
| # Generated by Django 1.10.2 on 2016-12-01 06:37 | ||||
| from __future__ import unicode_literals | ||||
| 
 | ||||
| from django.db import migrations, models | ||||
| 
 | ||||
| 
 | ||||
| class Migration(migrations.Migration): | ||||
| 
 | ||||
|     dependencies = [ | ||||
|         ('users', '0005_townie_pubkey_type'), | ||||
|     ] | ||||
| 
 | ||||
|     operations = [ | ||||
|         migrations.AddField( | ||||
|             model_name='townie', | ||||
|             name='reasons', | ||||
|             field=models.TextField(blank=True, default=''), | ||||
|         ), | ||||
|     ] | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user