Added ticket edit functionality
As said, also minor change to database for testing purposes
This commit is contained in:
@@ -42,3 +42,8 @@ pub struct TicketCreateScheme {
|
||||
pub description: String,
|
||||
pub room: i16,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Serialize, Debug)]
|
||||
pub struct TicketUpdateScheme {
|
||||
pub status: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user