Skip to content

Commit

Permalink
commit the transaction (bug 643435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Balogh committed Mar 24, 2011
1 parent b80b75d commit 1725b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/addons/cron.py
Expand Up @@ -393,3 +393,4 @@ def give_personas_versions():
path = os.path.join(settings.ROOT, 'migrations/149-personas-versions.sql')
with open(path) as f:
cursor.execute(f.read())
transaction.commit_unless_managed()

0 comments on commit 1725b95

Please sign in to comment.