diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-29 17:41:48 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-07-01 18:02:28 +0200 |
commit | 75387c3c62f8623dfbcc8019c14e68de1391b0c3 (patch) | |
tree | cd63cc6c0ed2e4d907c0026ea00682067064912b /archaeological_finds/migrations/0076_treatmentfile_change_txt_idx.py | |
parent | 81bc316440558bf40a97f55424194f84e077f552 (diff) | |
download | Ishtar-75387c3c62f8623dfbcc8019c14e68de1391b0c3.tar.bz2 Ishtar-75387c3c62f8623dfbcc8019c14e68de1391b0c3.zip |
Finish migration refactoring
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' - """) - ] |