X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/4ecbfd4c845e35126c61e182146005f27d45339a..00a077ab9685604472c9727eaf2b2be258f0268a:/src/msgTypes.sml diff --git a/src/msgTypes.sml b/src/msgTypes.sml index 1c2abcc..0c367ec 100644 --- a/src/msgTypes.sml +++ b/src/msgTypes.sml @@ -118,5 +118,7 @@ datatype msg = (* MsgRegenerate without actual publishing of configuration *) | MsgGrantDb of {dbtype : string, dbname : string} (* Grant all allowed privileges on a DBMS database to the user *) + | MsgMysqlFixperms + (* Run the script to grant DROP privileges on MySQL tables to owning users *) end