X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=remoteglot.sql;h=af0456f03497abd2c5da832770c596103d1d7cc0;hp=7d06b35635338eee635ef57f25bb533c8415c2f4;hb=bdf7fb246fa3fcf64350d8edd3f3a9ea9c32f46f;hpb=311ed98a1cf3eefa25779aa8a67b8532cb619793 diff --git a/remoteglot.sql b/remoteglot.sql index 7d06b35..af0456f 100644 --- a/remoteglot.sql +++ b/remoteglot.sql @@ -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, );