Skip to content
Snippets Groups Projects

More specific transcription types

Merged Erwan Rouchet requested to merge specific-ts-types into master
7 files
+ 37
13
Compare changes
  • Side-by-side
  • Inline
Files
7
# Generated by Django 2.0 on 2018-06-25 11:19
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('documents', '0013_elementpath'),
]
operations = [
migrations.RunSQL("UPDATE documents_element SET type='word' WHERE type = 'transcription'"),
]
Loading