1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-16 07:10:07 +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

@@ -25,6 +25,9 @@ seaf_share_manager_new (SeafileSession *seaf)
int
seaf_share_manager_start (SeafShareManager *mgr)
{
if (!mgr->seaf->create_tables)
return 0;
SeafDB *db = mgr->seaf->db;
const char *sql;