webapps.mason.version.data: Already inside a transaction, don't make another.

db4
Mighty Sheeple 2012-11-30 18:52:30 -05:00
parent a1f94696d7
commit ebdfc1efd3
1 changed files with 2 additions and 4 deletions

View File

@ -25,10 +25,8 @@ release "RELEASES" {
version builder binary-release-name >>last-release ;
: update-binary-releases ( version builders -- )
[
release new delete-tuples
[ <release> insert-tuple ] with each
] with-transaction ;
release new delete-tuples
[ <release> insert-tuple ] with each ;
TUPLE: version
id version git-id timestamp source-path announcement-url ;