diff options
Diffstat (limited to 'planetwars-server/src/schema.rs')
-rw-r--r-- | planetwars-server/src/schema.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/planetwars-server/src/schema.rs b/planetwars-server/src/schema.rs index e67ef3a..0ebddf3 100644 --- a/planetwars-server/src/schema.rs +++ b/planetwars-server/src/schema.rs @@ -18,7 +18,7 @@ table! { code_bundles (id) { id -> Int4, - bot_id -> Int4, + bot_id -> Nullable<Int4>, path -> Text, created_at -> Timestamp, } |