Show More
@@ -22,7 +22,7 b' def upgrade(migrate_engine):' | |||||
22 | #========================================================================== |
|
22 | #========================================================================== | |
23 | # Add table `groups`` |
|
23 | # Add table `groups`` | |
24 | #========================================================================== |
|
24 | #========================================================================== | |
25 |
from rhodecode.lib.dbmigrate.schema.db_1_2_0 import |
|
25 | from rhodecode.lib.dbmigrate.schema.db_1_2_0 import Group as Group | |
26 | Group().__table__.create() |
|
26 | Group().__table__.create() | |
27 |
|
27 | |||
28 | #========================================================================== |
|
28 | #========================================================================== |
General Comments 0
You need to be logged in to leave comments.
Login now