comparison rhodecode/lib/db_manage.py @ 1904:69e95ad5b6f0 beta

fixed BCC problem in mailing library - backported from my fixes in pyramid_mailer
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 15 Jan 2012 20:19:56 +0200
parents 12135cff4c77
children a76e9bacbedc
comparison
equal deleted inserted replaced
1903:bdf16af5472a 1904:69e95ad5b6f0
168 print ('Adding ldap defaults') 168 print ('Adding ldap defaults')
169 self.klass.create_ldap_options(skip_existing=True) 169 self.klass.create_ldap_options(skip_existing=True)
170 170
171 def step_4(self): 171 def step_4(self):
172 print ('TODO:') 172 print ('TODO:')
173 raise NotImplementedError()
173 174
174 upgrade_steps = [0] + range(curr_version + 1, __dbversion__ + 1) 175 upgrade_steps = [0] + range(curr_version + 1, __dbversion__ + 1)
175 176
176 # CALL THE PROPER ORDER OF STEPS TO PERFORM FULL UPGRADE 177 # CALL THE PROPER ORDER OF STEPS TO PERFORM FULL UPGRADE
177 for step in upgrade_steps: 178 for step in upgrade_steps: