mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-16 21:12:13 +00:00
19 lines
375 B
Python
19 lines
375 B
Python
# Generated by Django 2.0.2 on 2018-03-01 16:54
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('assets', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='asset',
|
|
name='asset_id',
|
|
field=models.IntegerField(blank=True),
|
|
),
|
|
]
|