Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add paragraph #17

Merged
merged 1 commit into from
Mar 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions explorer/templates/explorer/play.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ <h2>Playground</h2>
{% if lag_exists %}
<div class="alert alert-warning">Warning! The query results might be outdated since some data was last updated around {{ replication_lag }}.</div>
{% endif %}
<div class="alert alert-warning">
Note: Starting March 16th, access to the <b>phone_number</b> column has been removed for the following
</br>
<p>
<b>Note:</b> Starting March 16th, access to the <b>phone_number</b> 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.
</div>
voice_compliance_businessoutreach. Please avoid using `select *` for these tables.
</p>
<form role="form" action="{% url "explorer_playground" %}" method="post" id="editor" class="playground-form">{% csrf_token %}
{% if error %}
<div class="alert alert-danger">{{ error|escape }}</div>
Expand Down
6 changes: 0 additions & 6 deletions explorer/templates/explorer/query.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ <h2>{% if query %}{{ query.title }}{% if shared %}<small>&nbsp;&nbsp;shared</sma
{% if message %}
<div class="alert alert-info">{{ message }}</div>
{% endif %}
<div class="alert alert-warning">
Note: Starting March 16th, access to the <b>phone_number</b> 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.
</div>
{% if lag_exists %}
<div class="alert alert-warning">Warning! The query results might be outdated since some data was last updated around {{ replication_lag }}.</div>
{% endif %}
Expand Down