Files @ 268fa0b6b2ef
Branch filter:

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

Marcin Kuzminski
Added os.sep in models for better win support
fixed safe unicode function to not use str as param, and skip execution on unicode
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.
"""