Adding database dropping to dbtool
[hcoop/domtool2.git] / configDefault / postgres.csg
index e09637a..e493dbe 100644 (file)
@@ -2,5 +2,6 @@ signature POSTGRES_CONFIG = sig
 
 val adduser : string
 val createdb : string
+val dropdb : string
 
 end