Fix travis

This commit is contained in:
Ailurupoda 2019-02-08 11:01:13 +01:00
parent db06040b60
commit db4db5983a
2 changed files with 1 additions and 2 deletions

View File

@ -620,7 +620,6 @@ class GPKGDBConnector(DBConnector):
""" run vacuum on the db """
self._execute_and_commit("VACUUM")
def addTableColumn(self, table, field_def):
""" add a column to table """

View File

@ -51,7 +51,7 @@ class DlgTableProperties(QDialog, Ui_Dialog):
self.db = self.table.database()
supportCom = self.db.supportsComment()
if not supportCom :
if not supportCom:
self.tabs.removeTab(3)
m = TableFieldsModel(self)