main flow checked
This commit is contained in:
		
							parent
							
								
									b5bf3a5dbe
								
							
						
					
					
						commit
						f853ad9784
					
				
					 21 changed files with 365 additions and 89 deletions
				
			
		| 
						 | 
				
			
			@ -0,0 +1,22 @@
 | 
			
		|||
# Generated by Django 5.2.4 on 2025-10-02 09:50
 | 
			
		||||
 | 
			
		||||
from django.db import migrations, models
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Migration(migrations.Migration):
 | 
			
		||||
 | 
			
		||||
    dependencies = [
 | 
			
		||||
        ('processes', '0006_alter_stepapproval_unique_together_and_more'),
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    operations = [
 | 
			
		||||
        migrations.RemoveField(
 | 
			
		||||
            model_name='stepapproval',
 | 
			
		||||
            name='decision',
 | 
			
		||||
        ),
 | 
			
		||||
        migrations.AlterField(
 | 
			
		||||
            model_name='stepapproval',
 | 
			
		||||
            name='reason',
 | 
			
		||||
            field=models.TextField(blank=True, verbose_name='توضیحات'),
 | 
			
		||||
        ),
 | 
			
		||||
    ]
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue