Adjust partition manipulations to use POST
Issue #13866 Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
e7eaea8c86
commit
599a981b50
@ -76,7 +76,7 @@
|
||||
<td>{{ partition.getComment() }}</td>
|
||||
{% for action, icon in action_icons %}
|
||||
<td>
|
||||
<a href="tbl_structure.php{{ url_query -}}
|
||||
<a href="tbl_structure.php" data-post="{{ url_query -}}
|
||||
&partition_maintenance=1&sql_query=
|
||||
{{- ("ALTER TABLE " ~ Util_backquote(table) ~ " " ~ action
|
||||
~ " PARTITION " ~ partition.getName())|url_encode }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user