Change demoid to String and now use uuidV7 for it. Also add timestamps of demo uploads
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#[derive(Debug, Clone, PartialEq, Eq, serde::Serialize, serde::Deserialize)]
|
||||
pub struct BaseDemoInfo {
|
||||
pub id: i64,
|
||||
pub id: String,
|
||||
pub map: String,
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ pub struct UserStatus {
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, serde::Serialize, serde::Deserialize)]
|
||||
pub struct DemoInfo {
|
||||
pub id: i64,
|
||||
pub id: String,
|
||||
pub map: String,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user