Skip to content

v0.2.0: drop collections

Choose a tag to compare

@mxriverlynn mxriverlynn released this 06 Jan 15:49
· 16 commits to master since this release

Added the ability to drop collections (not just remove data from them).

// drop a list of database collections
migration.drop("somethings", "otherthings", ... "morethings");