We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5112c commit 0abd599Copy full SHA for 0abd599
1 file changed
create.sql
@@ -133,7 +133,7 @@ CREATE TABLE public.build_status_history (
133
build_id text NOT NULL,
134
status text NOT NULL,
135
received timestamp with time zone NOT NULL,
136
- source text
+ source text NOT NULL
137
);
138
139
@@ -233,8 +233,8 @@ CREATE TABLE public.task_status_history (
233
task_id text NOT NULL,
234
235
236
- source text,
237
- "timestamp" timestamp with time zone
+ source text NOT NULL,
+ "timestamp" timestamp with time zone NOT NULL
238
239
240
0 commit comments