From 6ef6a872fe3bbe389e92145b39fd88d864f6a790 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Sat, 26 Feb 2022 23:07:13 +0100 Subject: make bot owner nullable --- planetwars-server/src/schema.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'planetwars-server/src/schema.rs') diff --git a/planetwars-server/src/schema.rs b/planetwars-server/src/schema.rs index 5e74e85..e67ef3a 100644 --- a/planetwars-server/src/schema.rs +++ b/planetwars-server/src/schema.rs @@ -7,7 +7,7 @@ table! { bots (id) { id -> Int4, - owner_id -> Int4, + owner_id -> Nullable, name -> Text, } } -- cgit v1.2.3