Ethics & Phenotype Endpoints + Phenotype Renaming

This commit is contained in:
Neshura 2023-09-08 22:55:17 +02:00
parent d91af52811
commit 097b6884b9
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
7 changed files with 163 additions and 41 deletions

View file

@ -33,7 +33,7 @@ pub struct GameGroup {
pub struct Ethic {
pub id: i32,
pub name: String,
pub machine_ethic: bool,
pub gestalt_ethic: bool,
}
#[derive(Serialize, ToSchema, Debug, FromRow)]