Fix editing a column in table structure
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
6650498f2e
commit
ce57c05086
@ -100,6 +100,8 @@
|
||||
{% if not tbl_is_view and not db_is_system_schema %}
|
||||
<td class="edit text-center print_ignore">
|
||||
<a class="change_column_anchor ajax" href="{{ url('/table/structure', url_params|merge({
|
||||
'db': db,
|
||||
'table': table,
|
||||
'field': row['Field'],
|
||||
'change_column': 1
|
||||
})) }}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user