Add missing migration
This commit is contained in:
		
							parent
							
								
									2bf73e35fa
								
							
						
					
					
						commit
						283bb5d330
					
				
					 1 changed files with 18 additions and 0 deletions
				
			
		
							
								
								
									
										18
									
								
								conservancy/podjango/migrations/0002_alter_cast_tags.py
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								conservancy/podjango/migrations/0002_alter_cast_tags.py
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | |||
| # Generated by Django 4.2.11 on 2024-03-19 07:13 | ||||
| 
 | ||||
| from django.db import migrations, models | ||||
| 
 | ||||
| 
 | ||||
| class Migration(migrations.Migration): | ||||
| 
 | ||||
|     dependencies = [ | ||||
|         ('podjango', '0001_initial'), | ||||
|     ] | ||||
| 
 | ||||
|     operations = [ | ||||
|         migrations.AlterField( | ||||
|             model_name='cast', | ||||
|             name='tags', | ||||
|             field=models.ManyToManyField(blank=True, to='podjango.casttag'), | ||||
|         ), | ||||
|     ] | ||||
		Loading…
	
	Add table
		
		Reference in a new issue