##// END OF EJS Templates
logging: clarify logging of db logging...
logging: clarify logging of db logging It said that a user was added ... which wasn't true.

File last commit:

r833:9753e090 beta
r3136:c9844213 beta
Show More
__init__.py
5 lines | 161 B | text/x-python | PythonLexer
added dbmigrate package, added model changes...
r833 """
This package provides functionality to create and manage
repositories of database schema changesets and to apply these
changesets to databases.
"""