diff --git a/db/schema.sql b/db/schema.sql index e7734fbecf..3ffa78a172 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -73,7 +73,7 @@ create table user ( send_email smallint not null, show_hosts smallint not null, posts smallint not null, - seti_id integer not null, + seti_id integer , seti_nresults integer not null, seti_last_result_time integer not null, seti_total_cpu double not null,