Skip to content

Commit 4f20f50

Browse files
elpasoAilurupoda
andauthoredJan 11, 2019
Update python/plugins/db_manager/db_plugins/postgis/connector.py
Co-Authored-By: Ailurupoda <akwalith@gmail.com>
1 parent 0fcb643 commit 4f20f50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎python/plugins/db_manager/db_plugins/postgis/connector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,6 @@ def updateTableColumn(self, table, column, new_name=None, data_type=None, not_nu
897897

898898
# comment the column
899899
if comment is not None:
900-
# Add the comment on the field
901900
schema, tablename = self.getSchemaTableName(table)
902901
sql = u"COMMENT ON COLUMN %s.%s.%s is '%s'" % (schema, tablename, column, comment)
903902
self._execute(c, sql)

0 commit comments

Comments
 (0)
Please sign in to comment.