Add non-db migration which was forgotten.
This commit is contained in:
parent
badd18cb1b
commit
6b0bc8b737
17
src/teams/migrations/0046_auto_20180808_2154.py
Normal file
17
src/teams/migrations/0046_auto_20180808_2154.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 2.0.4 on 2018-08-08 19:54
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('teams', '0045_merge_20180805_1131'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='teamshift',
|
||||
options={'ordering': ('shift_range',)},
|
||||
),
|
||||
]
|
Loading…
Reference in a new issue