mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
add generated migration
This commit is contained in:
parent
d48c8215f5
commit
3f3d947581
1 changed files with 19 additions and 0 deletions
19
notifications/migrations/0007_auto_20181026_0541.py
Normal file
19
notifications/migrations/0007_auto_20181026_0541.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Generated by Django 2.0.9 on 2018-10-26 10:41
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.utils.timezone
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('notifications', '0006_indexes'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='notification',
|
||||
name='timestamp',
|
||||
field=models.DateTimeField(db_index=True, default=django.utils.timezone.now),
|
||||
),
|
||||
]
|
||||
Loading…
Reference in a new issue