mirror of https://github.com/doccano/doccano.git
pythondatasetnatural-language-processingdata-labelingmachine-learningannotation-tooldatasetsactive-learningtext-annotation
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
364 B
18 lines
364 B
# Generated by Django 2.1.7 on 2019-03-06 08:53
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('server', '0004_auto_20190306_0626'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='document',
|
|
old_name='metadata',
|
|
new_name='meta',
|
|
),
|
|
]
|