• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Révisionf6afe662dc59ff27392ca540f53093badb182766 (tree)
l'heure2010-08-18 05:42:58
AuteurRick Copeland <rcopeland@geek...>
CommiterRick Copeland

Message de Log

[#336] - fix the fix's migration

Change Summary

Modification

--- a/Allura/allura/migrations.py
+++ b/Allura/allura/migrations.py
@@ -19,7 +19,7 @@ class DeleteFlashMailboxes(Migration):
1919
2020 def up(self):
2121 if self.session.db.name == 'allura':
22- self.ormsession.delete(
22+ self.ormsession.remove(
2323 M.Mailbox,
2424 {'type':'flash'})
2525