X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/d541c6185fb0f426dce0b16e85327b53635169e0..21d921a56a850857f6ea883c6dff6a411a659bbf:/src/msgTypes.sml diff --git a/src/msgTypes.sml b/src/msgTypes.sml index 0c7e5fe..5758d80 100644 --- a/src/msgTypes.sml +++ b/src/msgTypes.sml @@ -54,7 +54,9 @@ datatype msg = | MsgRmuser of string (* Remove all ACL entries for a user, and remove all domains to which * that user and no one else has rights. *) - | MsgCreateDbUser of string + | MsgCreateDbUser of {dbtype : string, passwd : string option} (* Request creation of a user for the named DBMS type *) + | MsgCreateDbTable of {dbtype : string, dbname : string} + (* Request creation of a DBMS table *) end