aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/schema.rs
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-07-30 17:03:32 +0200
committerIlion Beyst <ilion.beyst@gmail.com>2022-07-30 17:03:32 +0200
commitee5c67c092acc57a6ef2b8f7934ba827df43add6 (patch)
tree83d8ac11ed7335ac9d992b06bd26e2906aa2a671 /planetwars-server/src/schema.rs
parent1d280c62e23cf1f52398c4fe11474fdde4aaa74c (diff)
downloadplanetwars.dev-ee5c67c092acc57a6ef2b8f7934ba827df43add6.tar.xz
planetwars.dev-ee5c67c092acc57a6ef2b8f7934ba827df43add6.zip
add is_public to matches
Diffstat (limited to 'planetwars-server/src/schema.rs')
-rw-r--r--planetwars-server/src/schema.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/planetwars-server/src/schema.rs b/planetwars-server/src/schema.rs
index 5993115..70889b1 100644
--- a/planetwars-server/src/schema.rs
+++ b/planetwars-server/src/schema.rs
@@ -47,6 +47,7 @@ table! {
log_path -> Text,
created_at -> Timestamp,
winner -> Nullable<Int4>,
+ is_public -> Bool,
}
}