update models/new django
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
		
					parent
					
						
							
								ff8fdb76b1
							
						
					
				
			
			
				commit
				
					
						8da6a1e19c
					
				
			
		
					 6 changed files with 152 additions and 0 deletions
				
			
		
							
								
								
									
										28
									
								
								uncloud_net/migrations/0003_auto_20200808_1953.py
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								uncloud_net/migrations/0003_auto_20200808_1953.py
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,28 @@
 | 
			
		|||
# Generated by Django 3.1 on 2020-08-08 19:53
 | 
			
		||||
 | 
			
		||||
from django.db import migrations, models
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Migration(migrations.Migration):
 | 
			
		||||
 | 
			
		||||
    dependencies = [
 | 
			
		||||
        ('uncloud_net', '0002_auto_20200801_2332'),
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    operations = [
 | 
			
		||||
        migrations.AlterField(
 | 
			
		||||
            model_name='vpnnetwork',
 | 
			
		||||
            name='extra_data',
 | 
			
		||||
            field=models.JSONField(blank=True, editable=False, null=True),
 | 
			
		||||
        ),
 | 
			
		||||
        migrations.AlterField(
 | 
			
		||||
            model_name='vpnnetworkreservation',
 | 
			
		||||
            name='extra_data',
 | 
			
		||||
            field=models.JSONField(blank=True, editable=False, null=True),
 | 
			
		||||
        ),
 | 
			
		||||
        migrations.AlterField(
 | 
			
		||||
            model_name='vpnpool',
 | 
			
		||||
            name='extra_data',
 | 
			
		||||
            field=models.JSONField(blank=True, editable=False, null=True),
 | 
			
		||||
        ),
 | 
			
		||||
    ]
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue