Skip to content

adding command and permission

Thomas Liao requested to merge addPermissionsToDB into master

Created by: bkl4114

Adds a command table to list all commands. Each command has a permission level, and the user is given a permission level, with the idea that a user can run any command at their level or lower. I also added sample data for the command table.

Merge request reports