schema change for compat reasons on frontend

This commit is contained in:
Neshura 2023-09-07 21:54:52 +02:00
parent cf36c8205b
commit 849b82cef4
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 2 additions and 2 deletions

View file

@ -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,