fmartingr
/
jeeves
Archived
1
0
Fork 0
This repository has been archived on 2021-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
jeeves/jeeves/db/migrations/0003_auto_20190925_2123.py

15 lines
328 B
Python
Raw Normal View History

2019-09-29 12:26:47 +00:00
# Generated by Django 2.2.5 on 2019-09-25 21:23
from django.db import models, migrations
class Migration(migrations.Migration):
2019-10-01 18:20:37 +00:00
dependencies = [("db", "0002_task_name")]
2019-09-29 12:26:47 +00:00
operations = [
migrations.AlterField(
model_name="task", name="type", field=models.CharField(max_length=128)
)
]