Skip to content

Commit

Permalink
Updates to js db scripts. Remove gvmVersion and vertxVersion from app…
Browse files Browse the repository at this point in the history
…lication collection.
  • Loading branch information
marc0der committed Dec 3, 2012
1 parent 39e209f commit 44050a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions db/0840_drop_versions_from_application.js
@@ -0,0 +1 @@
db.application.update({_id:1}, {$unset: {gvmVersion:1, vertxVersion:1} })

0 comments on commit 44050a9

Please sign in to comment.