From: Nicolas Boisselier Date: Sat, 4 Feb 2017 00:35:34 +0000 (+0000) Subject: rename sys into nb-sys toi avoid conflit when installed with others system X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=efd748f690d502bc1848ca50f4f59c74dfa33892;p=nb.git rename sys into nb-sys toi avoid conflit when installed with others system --- diff --git a/etc/dbq/000-local.php b/etc/dbq/000-local.php index 9bebb26f..b4dae9a5 100644 --- a/etc/dbq/000-local.php +++ b/etc/dbq/000-local.php @@ -12,7 +12,7 @@ $DBQ = [ # NB 29.11.16 ], 'sys' => [ 'type' => 'sqlite', - 'name' => 'sys', + 'name' => 'nb-sys', 'default_table' => 'port', 'host' => nb::ROOT_DIR.'/share/db/sys.db', ],