comparison rhodecode/lib/dbmigrate/versions/002_version_1_1_0.py @ 1818:cf51bbfb120e beta

auto white-space removal
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 29 Dec 2011 07:35:51 +0200
parents 5cacb51f25f1
children 72c525a7e7ad
comparison
equal deleted inserted replaced
1817:523b1011a625 1818:cf51bbfb120e
69 #========================================================================== 69 #==========================================================================
70 # Add table `user_followings` 70 # Add table `user_followings`
71 #========================================================================== 71 #==========================================================================
72 from rhodecode.lib.dbmigrate.schema.db_1_1_0 import UserFollowing 72 from rhodecode.lib.dbmigrate.schema.db_1_1_0 import UserFollowing
73 UserFollowing().__table__.create() 73 UserFollowing().__table__.create()
74 74
75 #========================================================================== 75 #==========================================================================
76 # Add table `cache_invalidation` 76 # Add table `cache_invalidation`
77 #========================================================================== 77 #==========================================================================
78 from rhodecode.lib.dbmigrate.schema.db_1_1_0 import CacheInvalidation 78 from rhodecode.lib.dbmigrate.schema.db_1_1_0 import CacheInvalidation
79 CacheInvalidation().__table__.create() 79 CacheInvalidation().__table__.create()