X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=db%2Fcreate.sql;h=36bda8aafebfbeb2aa7faf3c50eea6a011bbc8d3;hp=aa2f3ae13451c530770dceb2b48e58af1ac9bdb3;hb=86c9843cd04717d61f373ebaf3a1fdf21fd5a60f;hpb=45109880413a50dec3a07298b987fb07d60630b2 diff --git a/db/create.sql b/db/create.sql index aa2f3ae1..36bda8aa 100644 --- a/db/create.sql +++ b/db/create.sql @@ -1,3 +1,5 @@ +-- database should be in this folder, and named 'vchess.sqlite' + create table Variants ( name varchar primary key, description text