From efd748f690d502bc1848ca50f4f59c74dfa33892 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 4 Feb 2017 00:35:34 +0000 Subject: [PATCH] rename sys into nb-sys toi avoid conflit when installed with others system --- etc/dbq/000-local.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ], -- 2.47.3