UNPKG

openrecord

Version:
11 lines (9 loc) 160 B
exports.migration = { run: function(fn) { var self = this this.queue.push(function() { return fn.call(self.store) }) return this } }