Example #1
0
 def createTable(self, conn, forceCreateTables=False):
     """Create the registry tables"""
     for table in self.config.tables:
         RegisterTask.createTable(self,
                                  conn,
                                  table=table,
                                  forceCreateTables=forceCreateTables)
Example #2
0
 def createTable(self, conn):
     """Create the registry tables"""
     for table in self.config.tables:
         RegisterTask.createTable(self, conn, table=table)
Example #3
0
 def createTable(self, conn):
     """Create the registry tables"""
     for table in self.config.tables:
         RegisterTask.createTable(self, conn, table=table)