Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailurupoda committed Feb 8, 2019
1 parent db06040 commit db4db59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion python/plugins/db_manager/db_plugins/gpkg/connector.py
Expand Up @@ -620,7 +620,6 @@ def runVacuum(self):
""" run vacuum on the db """
self._execute_and_commit("VACUUM")


def addTableColumn(self, table, field_def):
""" add a column to table """

Expand Down
2 changes: 1 addition & 1 deletion python/plugins/db_manager/dlg_table_properties.py
Expand Up @@ -51,7 +51,7 @@ def __init__(self, table, parent=None):
self.db = self.table.database()

supportCom = self.db.supportsComment()
if not supportCom :
if not supportCom:
self.tabs.removeTab(3)

m = TableFieldsModel(self)
Expand Down

0 comments on commit db4db59

Please sign in to comment.