Ensure newly created database can be dropped.

pull/3/head
Surinder Kumar 2016-07-15 10:14:11 +01:00 committed by Dave Page
parent 573abbe6ef
commit efb254c966
1 changed files with 2 additions and 1 deletions

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