Updated the VersionInfo migration.

- Legacy-Id: 13637
This commit is contained in:
Henrik Levkowetz 2017-06-16 08:45:11 +00:00
parent 98dc0d0092
commit c4b64e51af

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2017-06-15 03:31
# Generated by Django 1.10.7 on 2017-06-16 01:44
from __future__ import unicode_literals
from django.db import migrations, models
@ -22,5 +22,8 @@ class Migration(migrations.Migration):
('version', models.CharField(max_length=64)),
('used', models.BooleanField(default=True)),
],
options={
'verbose_name_plural': 'VersionInfo',
},
),
]