feat(user): setup roles table with queries (#3691)

This commit is contained in:
Apoorv Dixit
2024-02-19 17:45:42 +05:30
committed by GitHub
parent df739a302b
commit e0d8bb207e
14 changed files with 543 additions and 2 deletions

View File

@ -39,6 +39,7 @@ pub mod process_tracker;
pub mod query;
pub mod refund;
pub mod reverse_lookup;
pub mod role;
pub mod routing_algorithm;
#[allow(unused_qualifications)]
pub mod schema;