Navigation Menu

Skip to content

Commit

Permalink
fix #6847
Browse files Browse the repository at this point in the history
  • Loading branch information
brushtyler committed Dec 10, 2012
1 parent 34a16e2 commit 0e1b71c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/db_manager/db_plugins/plugin.py
Expand Up @@ -624,6 +624,8 @@ def deleteField(self, fld):
ret = self.database().connector.deleteTableColumn( (self.schemaName(), self.name), fld.name)
if ret != False:
self.refreshFields()
self.refreshConstraints()
self.refreshIndexes()
return ret

def addGeometryColumn(self, geomCol, geomType, srid, dim, createSpatialIndex=False):
Expand Down

0 comments on commit 0e1b71c

Please sign in to comment.