Removed the acl field from several Pg* classes as the acl is now stored in the PgServerObject base class they inherit from.
This commit is contained in:
parent
aaa05f64ef
commit
93687df959
12 changed files with 30 additions and 30 deletions
|
|
@ -9,9 +9,6 @@
|
|||
/// Object representing a namespace within a database
|
||||
class PgNamespace: public PgDatabaseObject {
|
||||
public:
|
||||
Oid owner = InvalidOid;
|
||||
QString acl;
|
||||
|
||||
using PgDatabaseObject::PgDatabaseObject;
|
||||
|
||||
bool isSystemCatalog() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue