Skip to content

Commit

Permalink
Update python/plugins/db_manager/db_plugins/postgis/connector.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Ailurupoda <akwalith@gmail.com>
  • Loading branch information
elpaso and Ailurupoda committed Jan 11, 2019
1 parent 0fcb643 commit 4f20f50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/db_manager/db_plugins/postgis/connector.py
Expand Up @@ -897,7 +897,6 @@ def updateTableColumn(self, table, column, new_name=None, data_type=None, not_nu

# comment the column
if comment is not None:
# Add the comment on the field
schema, tablename = self.getSchemaTableName(table)
sql = u"COMMENT ON COLUMN %s.%s.%s is '%s'" % (schema, tablename, column, comment)
self._execute(c, sql)
Expand Down

0 comments on commit 4f20f50

Please sign in to comment.