Skip to content
Snippets Groups Projects
Commit c92ee4ca authored by Valentin Rigal's avatar Valentin Rigal
Browse files

Migration

parent 3a49212f
No related merge requests found
# Generated by Django 2.2 on 2019-12-13 08:46
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('documents', '0029_allowedmetadata'),
]
operations = [
migrations.RenameField(
model_name='classification',
old_name='best',
new_name='high_confidence',
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment