UNPKG

pg-diff-api

Version:

PostgreSQL migration strategy for NodeJS

11 lines (9 loc) 244 B
class PatchInfo { constructor(filename, filepath, version, name) { this.filename = filename; this.filepath = filepath; this.version = version; this.name = name; } } module.exports = PatchInfo;