##// END OF EJS Templates
Remove license check code: GPL'd works like this should be unencumbered.
Remove license check code: GPL'd works like this should be unencumbered.

File last commit:

r4116:ffd45b18 rhodecode-2.2.5-gpl
r4138:31e119cb rhodecode-2.2.5-gpl
Show More
__init__.py
24 lines | 879 B | text/x-python | PythonLexer
freeze of models for future migrations using small schema files snapshoting current model state
r1631 # -*- coding: utf-8 -*-
Bradley M. Kuhn
Imported some of the GPLv3'd changes from RhodeCode v2.2.5....
r4116 # 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/>.
freeze of models for future migrations using small schema files snapshoting current model state
r1631 """
Bradley M. Kuhn
Imported some of the GPLv3'd changes from RhodeCode v2.2.5....
r4116 rhodecode.lib.dbmigrate.schema
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
freeze of models for future migrations using small schema files snapshoting current model state
r1631
Bradley M. Kuhn
Imported some of the GPLv3'd changes from RhodeCode v2.2.5....
r4116 Schemas for migrations
auto white-space removal
r1818
Bradley M. Kuhn
Imported some of the GPLv3'd changes from RhodeCode v2.2.5....
r4116 :created_on: Nov 1, 2011
:author: marcink
:copyright: (c) 2013 RhodeCode GmbH.
:license: GPLv3, see LICENSE for more details.
freeze of models for future migrations using small schema files snapshoting current model state
r1631 """