aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/schema.rs
diff options
context:
space:
mode:
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 27ebebe..2c5ab2a 100644
--- a/planetwars-server/src/schema.rs
+++ b/planetwars-server/src/schema.rs
@@ -53,6 +53,7 @@ diesel::table! {
match_id -> Int4,
player_id -> Int4,
bot_version_id -> Nullable<Int4>,
+ had_errors -> Nullable<Bool>,
}
}