schema change for compat reasons on frontend
This commit is contained in:
parent
cf36c8205b
commit
849b82cef4
2 changed files with 2 additions and 2 deletions
src/v3
|
@ -230,7 +230,7 @@ pub struct EmpireEthic {
|
|||
|
||||
#[derive(Serialize, ToSchema, Debug, Clone)]
|
||||
pub struct EmpireEthicLegacy {
|
||||
pub id: i32,
|
||||
pub ethic_id: i32,
|
||||
pub display: String,
|
||||
pub machine: bool,
|
||||
pub fanatic: bool,
|
||||
|
|
Reference in a new issue