forked from expo/troggle
TEMPLATES done for dj 1.9.13
This commit is contained in:
34
core/migrations/0002_auto_20200617_1631.py
Normal file
34
core/migrations/0002_auto_20200617_1631.py
Normal file
@@ -0,0 +1,34 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import models, migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='survexblock',
|
||||
name='legsall',
|
||||
field=models.IntegerField(),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='survexblock',
|
||||
name='legssplay',
|
||||
field=models.IntegerField(),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='survexblock',
|
||||
name='legssurfc',
|
||||
field=models.IntegerField(),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='survexblock',
|
||||
name='totalleglength',
|
||||
field=models.FloatField(),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user