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

@ -18,6 +18,7 @@ public:
int connLimit;
Oid tablespace;
int64_t sizeBytes;
QString description;
using PgServerObject::PgServerObject;