summaryrefslogtreecommitdiff
path: root/archaeological_finds/migrations/0076_treatmentfile_change_txt_idx.py
blob: 0cc48d047c6fce812d7190d07571ca1f3c70275d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- 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'
        """)
    ]