Initialize Dgraph schema before installing core services
diff --git a/dev/install_core_services.sh b/dev/install_core_services.sh
index 28d66f8..d4ba265 100755
--- a/dev/install_core_services.sh
+++ b/dev/install_core_services.sh
@@ -4,6 +4,7 @@
 
 # Dgraph
 source $ROOT/apps/dgraph/install.sh
+source $ROOT/dev/bootstrap_schema.sh
 
 # Knowledge Graph
 bazel run //controller:push_to_dev