mirror of
https://github.com/vbatts/imgsrv.git
synced 2025-02-17 07:17:52 +00:00
for your mongo db set, run: db.fs.files.find().forEach( function(e) { e.filename = e.filename.toLowerCase(); db.fs.files.save(e); } ) |
||
---|---|---|
.. | ||
dbutil.go |