• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

allura


Commit MetaInfo

Revisionf6afe662dc59ff27392ca540f53093badb182766 (tree)
Zeit2010-08-18 05:42:58
AutorRick Copeland <rcopeland@geek...>
CommiterRick Copeland

Log Message

[#336] - fix the fix's migration

Ändern Zusammenfassung

Diff

--- 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