Changeset e9ba8c in indico
- Timestamp:
- 03/16/11 15:50:00 (2 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
- Children:
- bb29fc
- Parents:
- 26699f
- git-author:
- Pedro Ferreira <jose.pedro.ferreira@…> (03/16/11 15:49:19)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (03/16/11 15:50:00)
- File:
-
- 1 edited
-
bin/migration/migrate_0.97_0.98.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bin/migration/migrate_0.97_0.98.py
r4ec29c re9ba8c 114 114 115 115 116 def runCategoryACMigration(dbi, withRBDB): 117 """ 118 Fixing AccessController for categories 119 """ 120 for categ in CategoryManager()._getIdx().itervalues(): 121 _fixAC(categ) 122 dbi.commit() 123 124 116 125 def runConferenceMigration(dbi, withRBDB): 117 126 """ … … 228 237 229 238 tasks = [runPluginMigration, 239 runCategoryACMigration, 230 240 runConferenceMigration, 231 241 runTaskMigration,
Note: See TracChangeset
for help on using the changeset viewer.
