summaryrefslogtreecommitdiff
path: root/ishtar_common/migrations/0248_ishtarsiteprofile_no_context_button.py
blob: 4bb7a1883f5941e4e7a35209dcc0b3ea12144356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated by Django 2.2.24 on 2024-07-15 10:50

from django.db import migrations, models
import django.db.models.deletion


class Migration(migrations.Migration):

    dependencies = [
        ('archaeological_context_records', '0117_identification_m2m'),
        ('ishtar_common', '0247_document_cached_authors'),
    ]

    operations = [
        migrations.AddField(
            model_name='ishtarsiteprofile',
            name='no_context_button',
            field=models.ForeignKey(blank=True, help_text='If provided a button is displayed on find search pages to create a "No context" find', null=True, on_delete=django.db.models.deletion.SET_NULL, to='archaeological_context_records.ContextRecord', verbose_name='Default context record for no context button'),
        ),
    ]