Skip to content
Snippets Groups Projects
Commit e4410ae6 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

exceeded visit time list has info about nd number

parent 8cae7996
No related branches found
No related tags found
1 merge request!130Resolve "notification list changes"
...@@ -13,7 +13,7 @@ def create_default_columns_for_VISIT_LIST_APPROACHING_FOR_MAIL_CONTACT(apps, sch ...@@ -13,7 +13,7 @@ def create_default_columns_for_VISIT_LIST_APPROACHING_FOR_MAIL_CONTACT(apps, sch
subject_columns.first_name = True subject_columns.first_name = True
subject_columns.last_name = True subject_columns.last_name = True
subject_columns.languages = False subject_columns.languages = False
subject_columns.default_written_communication_language = False subject_columns.default_written_communication_langua0106_approaching_post_mail_list_updatege = False
subject_columns.phone_number = False subject_columns.phone_number = False
subject_columns.phone_number_2 = False subject_columns.phone_number_2 = False
subject_columns.phone_number_3 = False subject_columns.phone_number_3 = False
......
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2018-02-14 10:26
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('web', '0104_contact_required_list_update'),
]
operations = [
migrations.RunSQL(
'UPDATE web_studycolumns SET nd_number=TRUE, type=TRUE WHERE id IN ' +
'(SELECT visible_study_subject_columns_id FROM web_studyvisitlist WHERE type = \'EXCEEDED_TIME\');'),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment