diff options
Diffstat (limited to 'archaeological_finds/migrations/0076_treatmentfile_change_txt_idx.py')
-rw-r--r-- | archaeological_finds/migrations/0076_treatmentfile_change_txt_idx.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/archaeological_finds/migrations/0076_treatmentfile_change_txt_idx.py b/archaeological_finds/migrations/0076_treatmentfile_change_txt_idx.py deleted file mode 100644 index 0cc48d047..000000000 --- a/archaeological_finds/migrations/0076_treatmentfile_change_txt_idx.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.11.18 on 2019-09-16 18:47 -from __future__ import unicode_literals - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('archaeological_finds', '0075_auto_20190916_1822'), - ] - - operations = [ - migrations.RunSQL("""UPDATE archaeological_finds_treatmentfiletype - SET txt_idx='loan-for-exhibition' WHERE txt_idx='loan_demand_exposure' - """) - ] |