1234567891011121314151617181920212223242526272829 |
- #!/bin/bash
- mongo <<EOF
- use test
- db.createCollection("_properties");
- db.createCollection("AggTaskStatus");
- EOF
- mongoimport --db test --collection _properties --file $WORKSPACE/_properties.metadata.json
- mongoimport --db test --collection AggTaskStatus --file $WORKSPACE/AggTaskStatus.metadata.json
- #db.createCollection("_properties");
- #db.createCollection("_properties");
- #db.createCollection("_properties");
- #db.createCollection("_properties");
- #db.createCollection("_properties");
- #db.createCollection("_properties");
- #db.createCollection("_properties");
- #db.createCollection("_properties");
- #db.createCollection("_properties");
- #db.createCollection("_properties");
- #db.createCollection("_properties");
- #db.createCollection("_properties");
- #db.createCollection("_properties");
- #db.createCollection("_properties");
- #db.createCollection("_properties");
- #db.createCollection("_properties");
- #db.createCollection("_properties");
- #db.createCollection("_properties");
|