Files
@ f6a012c28c71
Branch filter:
Location: kallithea/rhodecode/lib/dbmigrate/schema/__init__.py - annotation
f6a012c28c71
879 B
text/x-python
old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap
5cacb51f25f1 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 5cacb51f25f1 ffd45b185016 ffd45b185016 5cacb51f25f1 ffd45b185016 cf51bbfb120e ffd45b185016 ffd45b185016 ffd45b185016 ffd45b185016 5cacb51f25f1 | # -*- coding: utf-8 -*-
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
rhodecode.lib.dbmigrate.schema
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Schemas for migrations
:created_on: Nov 1, 2011
:author: marcink
:copyright: (c) 2013 RhodeCode GmbH.
:license: GPLv3, see LICENSE for more details.
"""
|