]> git.sesse.net Git - remoteglot/blobdiff - remoteglot.sql
Inform the engine if we have a Chess960 game.
[remoteglot] / remoteglot.sql
index 7d06b35635338eee635ef57f25bb533c8415c2f4..af0456f03497abd2c5da832770c596103d1d7cc0 100644 (file)
@@ -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,
 );