Ensure newly created database can be dropped.

This commit is contained in:
Surinder Kumar
2016-07-15 10:14:11 +01:00
committed by Dave Page
parent 573abbe6ef
commit efb254c966

View File

@@ -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
) )
) )