From f59f75fd694933b6e8025cfea9036434a8b3b659 Mon Sep 17 00:00:00 2001
From: Alexey Golubev <alexey.golubev@onlyoffice.com>
Date: Tue, 25 Apr 2017 14:29:24 +0300
Subject: [PATCH] debug

---
 run-document-server.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/run-document-server.sh b/run-document-server.sh
index bd3e1fa..3f42949 100644
--- a/run-document-server.sh
+++ b/run-document-server.sh
@@ -266,6 +266,7 @@ for i in ${LOCAL_SERVICES[@]}; do
 done
 
 if [ ${PG_NEW_CLUSTER} = "true" ]; then
+  create_postgresql_db
   create_postgresql_tbl
 fi
 
-- 
GitLab