Skip to content

Commit

Permalink
Broadcast message for 0.8.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Dec 9, 2012
1 parent df6fa65 commit 15c0e31
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions db/0850_drop_versions_from_application.js
@@ -0,0 +1,9 @@
db.application.remove()

db.broadcast.remove()
db.broadcast.insert({ "_id" : 1, "text" : "GVM version 0.8.5 release." })
db.broadcast.insert({ "_id" : 2, "text" : "In this release:" })
db.broadcast.insert({ "_id" : 3, "text" : " important bug fix on initial installation." })
db.broadcast.insert({ "_id" : 4, "text" : "" })
db.broadcast.insert({ "_id" : 5, "text" : "As always, please report any issues at:" })
db.broadcast.insert({ "_id" : 6, "text" : " https://github.com/gvmtool/gvm/issues" })

0 comments on commit 15c0e31

Please sign in to comment.