From d0671f84d988cceea18bbc8779298c50e9937a52 Mon Sep 17 00:00:00 2001 From: Tau Date: Mon, 29 Apr 2019 15:15:08 -0400 Subject: [PATCH] wip sql syntax error --- schema/init/idz.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/init/idz.sql b/schema/init/idz.sql index 4671627..da313d0 100644 --- a/schema/init/idz.sql +++ b/schema/init/idz.sql @@ -145,7 +145,7 @@ create table "idz"."ta_result" ( "flags" smallint not null, "grade" smallint not null, "car_selector" integer not null, - "timestamp" timestamp not null, + "timestamp" timestamp not null ); create table "idz"."ta_best" (