summaryrefslogtreecommitdiff
path: root/mongodb
diff options
context:
space:
mode:
Diffstat (limited to 'mongodb')
-rw-r--r--mongodb/mongo-init-opendc-db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mongodb/mongo-init-opendc-db.sh b/mongodb/mongo-init-opendc-db.sh
index cda4ec93..5cac0a57 100644
--- a/mongodb/mongo-init-opendc-db.sh
+++ b/mongodb/mongo-init-opendc-db.sh
@@ -14,7 +14,7 @@ MONGO_CMD="mongo $OPENDC_DB -u $OPENDC_DB_USERNAME -p $OPENDC_DB_PASSWORD --auth
echo 'Creating collections'
$MONGO_CMD --eval 'db.createCollection("users");'
-$MONGO_CMD --eval 'db.createCollection("simulations");'
+$MONGO_CMD --eval 'db.createCollection("projects");'
$MONGO_CMD --eval 'db.createCollection("topologies");'
$MONGO_CMD --eval 'db.createCollection("experiments");'
$MONGO_CMD --eval 'db.createCollection("traces");'