patch migration in a completely unimportant way
This commit is contained in:
parent
482a89680b
commit
fcc4b400ce
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Migration(migrations.Migration):
|
|||
name='SiteUpdate',
|
||||
fields=[
|
||||
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
||||
('created', models.DateTimeField(auto_now_add=True, verbose_name='create')),
|
||||
('created', models.DateTimeField(auto_now_add=True, verbose_name='created')),
|
||||
],
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue