Addd admin models to database

This commit is contained in:
IAmTomahawkx
2025-06-08 01:18:07 -07:00
committed by Angelo
parent af78ac0586
commit 6ecfd14b07
48 changed files with 1174 additions and 4 deletions

View File

@@ -175,6 +175,9 @@ pub enum ErrorType {
FeatureDisabled {
feature: String,
},
// :)
ImATeaPot,
}
#[macro_export]