Skip to content

Commit 4f3dd6b

Browse files
authored
Update seed_data.sh
1 parent 226f4b7 commit 4f3dd6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mongo_seed/seed_data.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
# Copyright (c) Microsoft Corporation and others. Licensed under the MIT license.
2+
# SPDX-License-Identifier: MIT
3+
14
mongoimport --host clearlydefined_mongo_db --db clearlydefined --collection definitions-paged --type json --file definitions/angular.json --jsonArray
25
mongoimport --host clearlydefined_mongo_db --db clearlydefined --collection definitions-paged --type json --file definitions/babylon.json --jsonArray
36
mongoimport --host clearlydefined_mongo_db --db clearlydefined --collection definitions-paged --type json --file definitions/flyway-maven-plugin.json --jsonArray
4-
mongoimport --host clearlydefined_mongo_db --db clearlydefined --collection curations --type json --file curations/387.json --jsonArray
7+
mongoimport --host clearlydefined_mongo_db --db clearlydefined --collection curations --type json --file curations/387.json --jsonArray

0 commit comments

Comments
 (0)