Display comments in the list of databases

This commit is contained in:
eelke 2021-03-11 06:59:31 +01:00
parent 2724586f4e
commit f21a59e030
4 changed files with 16 additions and 6 deletions

View file

@ -17,7 +17,7 @@ class DatabasesTableModel : public BaseTableModel
public:
enum e_Columns : int { NameCol, DbaCol, EncodingCol, CollateCol,
CTypeCol, IsTemplateCol, AllowConnCol, ConnLimitCol,
TablespaceCol, SizeCol, AclCol, COL_COUNT };
TablespaceCol, CommentCol, SizeCol, AclCol, COL_COUNT };