1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-14 06:12:50 +00:00

Add config option 'create_tables'.

This commit is contained in:
cuihaikuo
2018-07-05 11:58:33 +08:00
parent fe76dd1468
commit 6eab55e149
9 changed files with 37 additions and 5 deletions

View File

@@ -127,6 +127,8 @@ seaf_branch_manager_init (SeafBranchManager *mgr)
static int
open_db (SeafBranchManager *mgr)
{
if (!mgr->seaf->create_tables)
return 0;
#ifndef SEAFILE_SERVER
char *db_path;