Files @ b0d09c20f608
Branch filter:

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

Marcin Kuzminski
public journal feed updates. fixes errors
- changed the urls to more friendly looking public_journal/rss|atom
- old one will still work for backward compatibility
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]