diff --git a/explorer/templates/explorer/play.html b/explorer/templates/explorer/play.html index aa84b76d..c72e3abb 100644 --- a/explorer/templates/explorer/play.html +++ b/explorer/templates/explorer/play.html @@ -17,12 +17,13 @@

Playground

{% if lag_exists %}
Warning! The query results might be outdated since some data was last updated around {{ replication_lag }}.
{% endif %} -
- Note: Starting March 16th, access to the phone_number column has been removed for the following +
+

+ Note: Starting March 16th, access to the phone_number column has been removed for the following tables: voice_workflow_campaigncallcontact, voice_core_callcontact, compliance_outreachblacklist, whatsapp2_whatsapp2inboundmessage, whatsapp2_whatsapp2outboundmessage and - voice_compliance_businessoutreach. Please avoid using select * for these tables. -

+ voice_compliance_businessoutreach. Please avoid using `select *` for these tables. +

{% csrf_token %} {% if error %}
{{ error|escape }}
diff --git a/explorer/templates/explorer/query.html b/explorer/templates/explorer/query.html index c1455aa2..2be1b2ef 100644 --- a/explorer/templates/explorer/query.html +++ b/explorer/templates/explorer/query.html @@ -18,12 +18,6 @@

{% if query %}{{ query.title }}{% if shared %}  shared{{ message }} {% endif %} -
- Note: Starting March 16th, access to the phone_number column has been removed for the following - tables: voice_workflow_campaigncallcontact, voice_core_callcontact, compliance_outreachblacklist, - whatsapp2_whatsapp2inboundmessage, whatsapp2_whatsapp2outboundmessage and - voice_compliance_businessoutreach. Please avoid using `select *` for these tables. -
{% if lag_exists %}
Warning! The query results might be outdated since some data was last updated around {{ replication_lag }}.
{% endif %}