Updated for fields

This commit is contained in:
Dimitris Zlatanidis 2023-04-02 19:13:50 +03:00
parent fd9a756f23
commit db8e7eb175

View file

@ -159,7 +159,9 @@ class InstallData(Configs):
size_comp=cache[6], size_comp=cache[6],
size_uncomp=cache[7], size_uncomp=cache[7],
description=cache[8], description=cache[8],
required='' required='',
conflicts='',
suggests=''
) )
self.session.add(data) self.session.add(data)
@ -244,7 +246,9 @@ class InstallData(Configs):
size_comp=cache[6], size_comp=cache[6],
size_uncomp=cache[7], size_uncomp=cache[7],
description=cache[8], description=cache[8],
required='' required='',
conflicts='',
suggests=''
) )
self.session.add(data) self.session.add(data)
@ -329,7 +333,9 @@ class InstallData(Configs):
size_comp=cache[6], size_comp=cache[6],
size_uncomp=cache[7], size_uncomp=cache[7],
description=cache[8], description=cache[8],
required='' required='',
conflicts='',
suggests=''
) )
self.session.add(data) self.session.add(data)
@ -420,7 +426,9 @@ class InstallData(Configs):
size_comp=cache[6], size_comp=cache[6],
size_uncomp=cache[7], size_uncomp=cache[7],
required=cache[8], required=cache[8],
description=cache[9] description=cache[9],
conflicts='',
suggests=''
) )
self.session.add(data) self.session.add(data)
@ -505,7 +513,9 @@ class InstallData(Configs):
size_comp=cache[6], size_comp=cache[6],
size_uncomp=cache[7], size_uncomp=cache[7],
description=cache[8], description=cache[8],
required='' required='',
conflicts='',
suggests=''
) )
self.session.add(data) self.session.add(data)
@ -590,7 +600,9 @@ class InstallData(Configs):
size_comp=cache[6], size_comp=cache[6],
size_uncomp=cache[7], size_uncomp=cache[7],
description=cache[8], description=cache[8],
required='' required='',
conflicts='',
suggests=''
) )
self.session.add(data) self.session.add(data)
@ -676,7 +688,9 @@ class InstallData(Configs):
size_comp=cache[6], size_comp=cache[6],
size_uncomp=cache[7], size_uncomp=cache[7],
description=cache[8], description=cache[8],
required='' required='',
conflicts='',
suggests=''
) )
self.session.add(data) self.session.add(data)
@ -761,7 +775,9 @@ class InstallData(Configs):
size_comp=cache[6], size_comp=cache[6],
size_uncomp=cache[7], size_uncomp=cache[7],
description=cache[8], description=cache[8],
required='' required='',
conflicts='',
suggests=''
) )
self.session.add(data) self.session.add(data)
@ -846,7 +862,9 @@ class InstallData(Configs):
size_comp=cache[6], size_comp=cache[6],
size_uncomp=cache[7], size_uncomp=cache[7],
description=cache[8], description=cache[8],
required='' required='',
conflicts='',
suggests=''
) )
self.session.add(data) self.session.add(data)
@ -934,6 +952,8 @@ class InstallData(Configs):
size_uncomp=cache[7], size_uncomp=cache[7],
description=cache[8], description=cache[8],
required='', required='',
conflicts='',
suggests=''
) )
self.session.add(data) self.session.add(data)
@ -1024,7 +1044,9 @@ class InstallData(Configs):
size_comp=cache[6], size_comp=cache[6],
size_uncomp=cache[7], size_uncomp=cache[7],
required=cache[8], required=cache[8],
description=cache[9] description=cache[9],
conflicts='',
suggests=''
) )
self.session.add(data) self.session.add(data)
@ -1123,7 +1145,9 @@ class InstallData(Configs):
size_comp=cache[6], size_comp=cache[6],
size_uncomp=cache[7], size_uncomp=cache[7],
required=cache[8], required=cache[8],
description=cache[9] description=cache[9],
conflicts='',
suggests=''
) )
self.session.add(data) self.session.add(data)
@ -1223,7 +1247,9 @@ class InstallData(Configs):
size_comp=cache[6], size_comp=cache[6],
size_uncomp=cache[7], size_uncomp=cache[7],
required=cache[8], required=cache[8],
description=cache[9] description=cache[9],
conflicts='',
suggests=''
) )
self.session.add(data) self.session.add(data)
@ -1323,7 +1349,9 @@ class InstallData(Configs):
size_comp=cache[6], size_comp=cache[6],
size_uncomp=cache[7], size_uncomp=cache[7],
required=cache[8], required=cache[8],
description=cache[9] description=cache[9],
conflicts='',
suggests=''
) )
self.session.add(data) self.session.add(data)
@ -1422,7 +1450,9 @@ class InstallData(Configs):
size_comp=cache[6], size_comp=cache[6],
size_uncomp=cache[7], size_uncomp=cache[7],
required=cache[8], required=cache[8],
description=cache[9] description=cache[9],
conflicts='',
suggests=''
) )
self.session.add(data) self.session.add(data)
@ -1521,7 +1551,9 @@ class InstallData(Configs):
size_comp=cache[6], size_comp=cache[6],
size_uncomp=cache[7], size_uncomp=cache[7],
required=cache[8], required=cache[8],
description=cache[9] description=cache[9],
conflicts='',
suggests=''
) )
self.session.add(data) self.session.add(data)