From 82fc754d3f8bbce98b38e23cb8775e89d8b203c5 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 26 Mar 2015 16:53:27 +0100 Subject: [PATCH] move SQLite notice from warnings to tips & tricks --- settings/templates/admin.php | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 7813babf5c5..8adf4b1299d 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -86,17 +86,6 @@ if (!$_['isAnnotationsWorking']) { -
  • - t('SQLite is used as database. For larger installations we recommend to switch to a different database backend.')); ?>
    - t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.')); ?>
    - t('To migrate to another database use the command line tool: \'occ db:convert-type\', or see the documentation ↗.', link_to_docs('admin-db-conversion') )); ?> -
  • - @@ -440,6 +429,16 @@ if ($_['cronErrors']) {

    t('Tips & tricks'));?>