Ensure newly created database can be dropped.
parent
573abbe6ef
commit
efb254c966
|
@ -499,7 +499,8 @@ class DatabaseView(PGChildNodeView):
|
|||
tablespace=response['default_tablespace'],
|
||||
allowConn=True,
|
||||
canCreate=response['cancreate'],
|
||||
canDisconn=True
|
||||
canDisconn=True,
|
||||
canDrop=True
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue