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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user