diff --git a/schema/postgres/sqls/pg_PANDA_TABLE.sql b/schema/postgres/sqls/pg_PANDA_TABLE.sql index f70615d..1ffe8d2 100644 --- a/schema/postgres/sqls/pg_PANDA_TABLE.sql +++ b/schema/postgres/sqls/pg_PANDA_TABLE.sql @@ -781,7 +781,7 @@ CREATE TABLE jedi_job_retry_history ( jeditaskid bigint NOT NULL, oldpandaid bigint NOT NULL, newpandaid bigint NOT NULL, - ins_utc_tstamp timestamp DEFAULT ((CURRENT_TIMESTAMP(0) AT TIME ZONE 'UTC')), + ins_utc_tstamp timestamp NOT NULL DEFAULT ((CURRENT_TIMESTAMP(0) AT TIME ZONE 'UTC')), relationtype varchar(16), originpandaid bigint ) PARTITION BY RANGE (ins_utc_tstamp) ;