Space between table name and partition action in the generated query
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
274239802e
commit
18f9d875f5
@ -78,7 +78,7 @@
|
||||
<td>
|
||||
<a href="tbl_structure.php{{ url_query -}}
|
||||
&partition_maintenance=1&sql_query=
|
||||
{{- ("ALTER TABLE " ~ Util_backquote(table) ~ action
|
||||
{{- ("ALTER TABLE " ~ Util_backquote(table) ~ " " ~ action
|
||||
~ " PARTITION " ~ partition.getName())|url_encode }}"
|
||||
id="partition_action_{{ action }}"
|
||||
name="partition_action_{{ action }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user