v0.2.0: drop collections
Added the ability to drop collections (not just remove data from them).
// drop a list of database collections
migration.drop("somethings", "otherthings", ... "morethings");Added the ability to drop collections (not just remove data from them).
// drop a list of database collections
migration.drop("somethings", "otherthings", ... "morethings");