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

# Generated by Django 2.2.5 on 2019-09-25 21:23
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [("db", "0002_task_name")]
operations = [
migrations.AlterField(
model_name="task", name="type", field=models.CharField(max_length=128)
)
]