diff rhodecode/lib/dbmigrate/schema/__init__.py @ 1631:5cacb51f25f1 beta

freeze of models for future migrations using small schema files snapshoting current model state
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 02 Nov 2011 02:42:44 +0200
parents
children cf51bbfb120e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rhodecode/lib/dbmigrate/schema/__init__.py	Wed Nov 02 02:42:44 2011 +0200
@@ -0,0 +1,14 @@
+# -*- coding: utf-8 -*-
+"""
+    rhodecode.lib.dbmigrate.schema
+    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+
+    Schemas for migrations
+    
+    
+    :created_on: Nov 1, 2011
+    :author: marcink
+    :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com>    
+    :license: <name>, see LICENSE_FILE for more details.
+"""