19 lines
414 B
Python
19 lines
414 B
Python
# Generated by Django 3.2.12 on 2024-04-26 00:58
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('information', '0033_auto_20240425_1805'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='parsepdf',
|
|
name='year',
|
|
field=models.IntegerField(default=2024, verbose_name='年份'),
|
|
),
|
|
]
|