Update DatabaseOutOfDate message to use new upgrader path.
This commit is contained in:
parent
5be174d1b3
commit
5c89e13129
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class BadDataDirectory(EtiquetteException):
|
||||||
|
|
||||||
OUTOFDATE = '''
|
OUTOFDATE = '''
|
||||||
Database is out of date. {current} should be {new}.
|
Database is out of date. {current} should be {new}.
|
||||||
Please use utilities\\database_upgrader.py
|
Please use utilities\\database_upgrader\\database_upgrader.py
|
||||||
'''.strip()
|
'''.strip()
|
||||||
class DatabaseOutOfDate(EtiquetteException):
|
class DatabaseOutOfDate(EtiquetteException):
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue