fix: newly created roles should be ranked the lowest

This commit is contained in:
izzy
2025-08-07 12:29:42 +02:00
parent f4ee35fb09
commit 947eb15771
2 changed files with 4 additions and 12 deletions

View File

@@ -175,6 +175,8 @@ auto_derived!(
/// Ranking position
///
/// Smaller values take priority.
///
/// **Removed** - no effect, use the edit server role positions route
pub rank: Option<i64>,
}