Skip to content

Commit

Permalink
Update default DB table prefix (#12416)
Browse files Browse the repository at this point in the history
* Update default DB table prefix

* fix ui tests
  • Loading branch information
tsteur authored and mattab committed Jan 10, 2018
1 parent b127a1a commit 94ba5f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/Installation/FormDatabaseSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function init()
$this->addDataSource(new HTML_QuickForm2_DataSource_Array(array(
'host' => '127.0.0.1',
'type' => $defaultDatabaseType,
'tables_prefix' => 'piwik_',
'tables_prefix' => 'matomo_',
)));
}

Expand Down
4 changes: 2 additions & 2 deletions tests/UI/expected-screenshots/Installation_db_setup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tests/UI/expected-screenshots/Installation_db_setup_fail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 94ba5f2

Please sign in to comment.