add migration
This commit is contained in:
		
							
								
								
									
										21
									
								
								bots/migrations/0010_queueditem_datetime.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								bots/migrations/0010_queueditem_datetime.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
# Generated by Django 4.1.1 on 2023-07-23 00:09
 | 
			
		||||
 | 
			
		||||
from django.db import migrations, models
 | 
			
		||||
import django.utils.timezone
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Migration(migrations.Migration):
 | 
			
		||||
    dependencies = [
 | 
			
		||||
        ("bots", "0009_channelhelperbotmoduleconfig_photo_group_size_and_more"),
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    operations = [
 | 
			
		||||
        migrations.AddField(
 | 
			
		||||
            model_name="queueditem",
 | 
			
		||||
            name="datetime",
 | 
			
		||||
            field=models.DateTimeField(
 | 
			
		||||
                auto_now_add=True, default=django.utils.timezone.now
 | 
			
		||||
            ),
 | 
			
		||||
            preserve_default=False,
 | 
			
		||||
        ),
 | 
			
		||||
    ]
 | 
			
		||||
		Reference in New Issue
	
	Block a user