summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f46516a)
raw | patch | inline | side by side (parent: f46516a)
author | stefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 20 Feb 2009 12:45:57 +0000 (12:45 +0000) | ||
committer | stefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 20 Feb 2009 12:45:57 +0000 (12:45 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4154 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/backends/rdbms_common.py | patch | blob | history |
index d0e358fcecbb55cae1fcbfa863045ed77605d339..76243d2249d48b0d80c72f78fb4c4af774f19573 100644 (file)
return 0
if version < 2:
- log_info('upgrade to version 2')
+ self.log_info('upgrade to version 2')
# change the schema structure
self.database_schema = {'tables': self.database_schema}
self.create_version_2_tables()
if version < 3:
- log_info('upgrade to version 3')
+ self.log_info('upgrade to version 3')
self.fix_version_2_tables()
if version < 4: