X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=remoteglot.sql;h=af0456f03497abd2c5da832770c596103d1d7cc0;hp=4ad748cfa086f03db462611f978e200de04865e9;hb=e961331f0f08ba475f53599442c0d330bd520c91;hpb=b643b81793e1457b373cd9f24635ae0757621ab7 diff --git a/remoteglot.sql b/remoteglot.sql index 4ad748c..af0456f 100644 --- a/remoteglot.sql +++ b/remoteglot.sql @@ -1,7 +1,7 @@ CREATE TABLE scores ( id varchar primary key, - plot_score integer not null, - short_score varchar not null, + score_type varchar not null, + score_value integer, engine varchar not null, depth bigint not null, nodes bigint not null @@ -19,5 +19,6 @@ CREATE TABLE current_games ( id varchar not null primary key, json_path varchar not null, url varchar not null, + hashurl varchar not null, priority integer not null default 0, );