分支机构的项目管理,基于Django
This commit is contained in:
19
fzjgact/huodong/migrations/0023_publicscreen_created_at.py
Normal file
19
fzjgact/huodong/migrations/0023_publicscreen_created_at.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 5.0.6 on 2025-06-18 08:43
|
||||
|
||||
import django.utils.timezone
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('huodong', '0022_remove_publicscreen_created_at'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='publicscreen',
|
||||
name='created_at',
|
||||
field=models.DateTimeField(default=django.utils.timezone.now),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user