Fixing storage location code
This commit is contained in:
		
							parent
							
								
									e5a3edb75e
								
							
						
					
					
						commit
						e397e96dab
					
				
					 4 changed files with 17 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -60,6 +60,7 @@ class Migration(migrations.Migration):
 | 
			
		|||
                ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
 | 
			
		||||
                ('facility', models.CharField(max_length=100)),
 | 
			
		||||
                ('building', models.CharField(max_length=100)),
 | 
			
		||||
                ('code', models.CharField(max_length=100)),
 | 
			
		||||
                ('room', models.CharField(max_length=50, blank=True)),
 | 
			
		||||
                ('freezer', models.CharField(max_length=50, blank=True)),
 | 
			
		||||
                ('temp_c', models.IntegerField(null=True, blank=True)),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue