add migration
This commit is contained in:
parent
58252c830b
commit
11ff3b02fd
20
billard/migrations/0015_auto_20170222_1023.py
Normal file
20
billard/migrations/0015_auto_20170222_1023.py
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Generated by Django 1.10.5 on 2017-02-22 10:23
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('billard', '0014_auto_20170211_2008'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='desk',
|
||||||
|
name='prize',
|
||||||
|
field=models.DecimalField(decimal_places=2, default=0.0, max_digits=5, verbose_name='Normalpreis'),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user