mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
19 lines
403 B
Python
19 lines
403 B
Python
# Generated by Django 2.0.2 on 2018-03-01 17:00
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('assets', '0002_auto_20180301_1654'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='asset',
|
|
name='purchase_price',
|
|
field=models.IntegerField(blank=True, null=True),
|
|
),
|
|
]
|