This website requires JavaScript.
Explore
Help
Sign In
orga0063
/
BootstrapAdmin
Watch
4
Star
0
Fork
You've already forked BootstrapAdmin
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
204a6f207e
BootstrapAdmin
/
DatabaseScripts
/
MongoDB
/
install.sh
3 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
doc(scripts): 脚本分别写到各个数据库文件夹内
2019-05-18 22:39:00 +08:00
# init mongodb data
doc(MongoDB): update AppVeyor scripts
2019-05-20 14:52:06 +08:00
mongo ./init.js
doc(scripts): 脚本分别写到各个数据库文件夹内
2019-05-18 22:39:00 +08:00
mongo BootstrapAdmin --eval
"printjson(db.getCollectionNames())"