From e60dbe0659e006ebbdbd5190e677f9d46376008c Mon Sep 17 00:00:00 2001 From: C'tri Goudie Date: Wed, 28 Feb 2024 12:21:42 +0000 Subject: [PATCH] Update PostgresSchema.SQL --- PostgresSchema.SQL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PostgresSchema.SQL b/PostgresSchema.SQL index b817647..fae03c6 100644 --- a/PostgresSchema.SQL +++ b/PostgresSchema.SQL @@ -64,8 +64,9 @@ CREATE TABLE public.logging ( new_credits integer, status_code integer, error_code integer, - event_params jsonb, - duration_seconds numeric + duration_seconds numeric, + event_priority numeric, + event_params jsonb );