Add migration file
This commit is contained in:
		
					parent
					
						
							
								a45eef0409
							
						
					
				
			
			
				commit
				
					
						c458b56f71
					
				
			
		
					 1 changed files with 25 additions and 0 deletions
				
			
		
							
								
								
									
										25
									
								
								digitalglarus/migrations/0026_auto_20180824_0739.py
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								digitalglarus/migrations/0026_auto_20180824_0739.py
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,25 @@ | |||
| # -*- coding: utf-8 -*- | ||||
| # Generated by Django 1.9.4 on 2018-08-24 07:39 | ||||
| from __future__ import unicode_literals | ||||
| 
 | ||||
| from django.db import migrations, models | ||||
| 
 | ||||
| 
 | ||||
| class Migration(migrations.Migration): | ||||
| 
 | ||||
|     dependencies = [ | ||||
|         ('digitalglarus', '0025_membershiporder_stripe_subscription_id'), | ||||
|     ] | ||||
| 
 | ||||
|     operations = [ | ||||
|         migrations.AlterField( | ||||
|             model_name='bookingorder', | ||||
|             name='cc_brand', | ||||
|             field=models.CharField(blank=True, max_length=128), | ||||
|         ), | ||||
|         migrations.AlterField( | ||||
|             model_name='membershiporder', | ||||
|             name='cc_brand', | ||||
|             field=models.CharField(blank=True, max_length=128), | ||||
|         ), | ||||
|     ] | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue