Ejemplo n.º 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)
Ejemplo n.º 2
0
 def createTable(self, conn):
     """Create the registry tables"""
     for table in self.config.tables:
         RegisterTask.createTable(self, conn, table=table)
Ejemplo n.º 3
0
 def createTable(self, conn):
     """Create the registry tables"""
     for table in self.config.tables:
         RegisterTask.createTable(self, conn, table=table)