mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-12 00:06:43 -04:00
Fix travis
This commit is contained in:
parent
db06040b60
commit
db4db5983a
@ -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 """
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user