We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5d520 commit dbb7580Copy full SHA for dbb7580
bin/upgrade/18.04.1/upgrade.sh
@@ -14,5 +14,8 @@ if [ ! -f $DIR/../plugins/plugins.ee.json ]; then
14
fi
15
countly plugin enable alerts
16
17
+#add indexes
18
+nodejs $DIR/scripts/add_indexes.js
19
+
20
#install dependencies, process files and restart countly
21
countly upgrade
0 commit comments