Changeset - 3b21ba5f7cb0
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2010-12-12 03:11:59
marcin@python-works.com
fixed path issues in upgrade script
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/db_manage.py
Show inline comments
 
@@ -118,7 +118,8 @@ class DbManage(object):
 
        if not upgrade:
 
            sys.exit('Nothing done')
 

	
 
        repository_path = 'rhodecode/lib/dbmigrate'
 
        repository_path = jn(dn(dn(dn(os.path.realpath(__file__)))),
 
                             'rhodecode/lib/dbmigrate')
 
        db_uri = self.dburi
 

	
 
        try:
0 comments (0 inline, 0 general)