mirror of
https://github.com/YunoHost-Apps/phpmyadmin_ynh.git
synced 2024-09-03 19:56:46 +02:00
[enh] add tracking table for pma db
This commit is contained in:
parent
1b3ba16a01
commit
7aac1487fd
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ $cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding';
|
|||
$cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches';
|
||||
$cfg['Servers'][$i]['favorite'] = 'pma__favorite';
|
||||
$cfg['Servers'][$i]['central_columns'] = 'pma__central_columns';
|
||||
$cfg['Servers'][$i]['tracking'] = 'pma__tracking';
|
||||
|
||||
/* Contrib / Swekey authentication */
|
||||
// $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';
|
||||
|
|
Loading…
Reference in a new issue