run databaseStructureUpdates() also in initializeDatabase()
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1394 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -326,6 +326,7 @@ class etpDatabase:
|
||||
for sql in etpSQLInit.split(";"):
|
||||
if sql:
|
||||
self.cursor.execute(sql+";")
|
||||
self.databaseStructureUpdates()
|
||||
self.commitChanges()
|
||||
|
||||
def checkReadOnly(self):
|
||||
|
||||
Reference in New Issue
Block a user