/** * Module dependencies */ var _ = require('lodash'); /** * Do absolutely nothing to the schema of the underlying datastore. * * @param {Function} cb */ module.exports = function(cb) { cb(); };