Files @ 77d8917d1d57
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/migrate/versioning/__init__.py - annotation

Marcin Kuzminski
Email: in changeset comments email display the comment first.
It can be confusing if the changeset description is displayed first.
Users expect to read the comment first.
1
2
3
4
5
"""
   This package provides functionality to create and manage
   repositories of database schema changesets and to apply these
   changesets to databases.
"""