Skip to content

Enumerate privileges and object types

See schema.rs:

pub struct PrivilegeDef {
    ...
    pub object_type: String,
    pub object_name: String,
    pub privilege: String,
}

Let's make enums for object_type and privilege

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information