##// END OF EJS Templates
fixed migration bug
marcink -
r2206:deb816e5 default
parent child Browse files
Show More
@@ -22,7 +22,7 def upgrade(migrate_engine):
22 22 #==========================================================================
23 23 # Add table `groups``
24 24 #==========================================================================
25 from rhodecode.lib.dbmigrate.schema.db_1_2_0 import RepoGroup as Group
25 from rhodecode.lib.dbmigrate.schema.db_1_2_0 import Group as Group
26 26 Group().__table__.create()
27 27
28 28 #==========================================================================
General Comments 0
You need to be logged in to leave comments. Login now