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:
(no author)
2008-03-04 14:23:59 +00:00
parent 98c0627df6
commit f75cfb0839
+1
View File
@@ -326,6 +326,7 @@ class etpDatabase:
for sql in etpSQLInit.split(";"):
if sql:
self.cursor.execute(sql+";")
self.databaseStructureUpdates()
self.commitChanges()
def checkReadOnly(self):