From be014dfb27063642dd16ed0842b9c7519c5a833b Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Sun, 26 Jan 2025 22:48:32 +0100 Subject: [PATCH] Allow null preferences --- meeat.procrusql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meeat.procrusql b/meeat.procrusql index e0f9670..cc24a48 100644 --- a/meeat.procrusql +++ b/meeat.procrusql @@ -30,14 +30,14 @@ column bod keychange timestamptz default now() table date_vote column date_vote date int not null references date column date_vote bod int not null references bod -column date_vote preference float4 not null +column date_vote preference float4 table time_vote column time_vote time int not null references time column time_vote bod int not null references bod -column time_vote preference float4 not null +column time_vote preference float4 table place_vote column place_vote place int not null references place column place_vote bod int not null references bod -column place_vote preference float4 not null +column place_vote preference float4