]> git.sesse.net Git - remoteglot/blobdiff - remoteglot.sql
Move the Node.js stuff out of the public www directory.
[remoteglot] / remoteglot.sql
index 4ad748cfa086f03db462611f978e200de04865e9..7d06b35635338eee635ef57f25bb533c8415c2f4 100644 (file)
@@ -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