mirror of https://github.com/snachodog/mybuddy.git
Squash migrations.
This commit is contained in:
parent
f15894fac2
commit
8772f87d8a
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.4 on 2017-08-18 05:01
|
||||
# Generated by Django 1.11.4 on 2017-08-18 05:56
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.conf import settings
|
||||
|
@ -99,7 +99,7 @@ class Migration(migrations.Migration):
|
|||
('user', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='timers', to=settings.AUTH_USER_MODEL)),
|
||||
],
|
||||
options={
|
||||
'ordering': ['active', '-start'],
|
||||
'ordering': ['-active', '-start', '-end'],
|
||||
'default_permissions': ('view', 'add', 'change', 'delete'),
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue