mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	edit choices field length
This commit is contained in:
		
							parent
							
								
									2fe1f1c73a
								
							
						
					
					
						commit
						3c72bedd7a
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -18,7 +18,7 @@ class Migration(migrations.Migration):
 | 
			
		|||
                ('name', models.CharField(max_length=25)),
 | 
			
		||||
                ('key', models.CharField(db_index=True, max_length=50, unique=True)),
 | 
			
		||||
                ('value', models.CharField(max_length=25)),
 | 
			
		||||
                ('choices', models.CharField(max_length=50)),
 | 
			
		||||
                ('choices', models.CharField(max_length=70)),
 | 
			
		||||
                ('description', models.CharField(max_length=100, null=True)),
 | 
			
		||||
            ],
 | 
			
		||||
        ),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -13,7 +13,7 @@ class Migration(migrations.Migration):
 | 
			
		|||
        migrations.AlterField(
 | 
			
		||||
            model_name='appsettings',
 | 
			
		||||
            name='choices',
 | 
			
		||||
            field=models.CharField(max_length=50, verbose_name='choices'),
 | 
			
		||||
            field=models.CharField(max_length=70, verbose_name='choices'),
 | 
			
		||||
        ),
 | 
			
		||||
        migrations.AlterField(
 | 
			
		||||
            model_name='appsettings',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue