mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure newly created database can be dropped.
This commit is contained in:
committed by
Dave Page
parent
573abbe6ef
commit
efb254c966
@@ -499,7 +499,8 @@ class DatabaseView(PGChildNodeView):
|
|||||||
tablespace=response['default_tablespace'],
|
tablespace=response['default_tablespace'],
|
||||||
allowConn=True,
|
allowConn=True,
|
||||||
canCreate=response['cancreate'],
|
canCreate=response['cancreate'],
|
||||||
canDisconn=True
|
canDisconn=True,
|
||||||
|
canDrop=True
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user