carom-server/billard/migrations/0017_accounting_reporter_uuid.py

20 lines
497 B
Python
Raw Permalink Normal View History

2017-02-27 07:58:06 +01:00
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-02-27 07:57
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('billard', '0016_auto_20170225_1822'),
]
operations = [
migrations.AddField(
model_name='accounting',
name='reporter_uuid',
field=models.UUIDField(blank=True, null=True, verbose_name='Reporter UUID'),
),
]