blob: bff6ea8daf1420a57018980a0fb03645d41f97ef [file] [log] [blame]
'use strict';
// in the browser, LevelAlt doesn't need the
// pre-2.2.0 LevelDB-specific migrations
exports.toSublevel = function (name, db, callback) {
process.nextTick(function () {
callback();
});
};
exports.localAndMetaStores = function (db, stores, callback) {
process.nextTick(function () {
callback();
});
};