mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Update connector.py
This commit is contained in:
parent
11948283e1
commit
9184a5b273
@ -857,7 +857,7 @@ class PostGisDBConnector(DBConnector):
|
||||
sql = u"ALTER TABLE %s DROP %s" % (self.quoteId(table), self.quoteId(column))
|
||||
self._execute_and_commit(sql)
|
||||
|
||||
def updateTableColumn(self, table, column, new_name=None, data_type=None, not_null=None, default=None, comment=None):
|
||||
def updateTableColumn(self, table, column, new_name=None, data_type=None, not_null=None, default=None, comment=None, other=None):
|
||||
if new_name is None and data_type is None and not_null is None and default is None and comment is None:
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user