Ethics & Phenotype Endpoints + Phenotype Renaming
This commit is contained in:
parent
d91af52811
commit
097b6884b9
7 changed files with 163 additions and 41 deletions
src/db
|
@ -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)]
|
||||
|
|
Reference in a new issue