From f87b4bcce386a77cebaa07463fa5664dca814152 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 29 Nov 2016 10:32:14 +0000 Subject: [PATCH] sys --- etc/dbq/000-local.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/dbq/000-local.php b/etc/dbq/000-local.php index 00c3b453..08e7a43d 100644 --- a/etc/dbq/000-local.php +++ b/etc/dbq/000-local.php @@ -9,5 +9,11 @@ if (true or !nb::is_vm()) $DBQ = [ 'default_table' => 'shell_function', 'host' => nb::ROOT_DIR.'/share/db/shell.db', ], + 'sys' => [ + 'type' => 'sqlite', + 'name' => 'sys', + 'default_table' => 'mime', + 'host' => nb::ROOT_DIR.'/share/db/sys.db', + ], ]; ?> -- 2.47.3