Remove database from git repo
[vchess.git] / db / create.sql
index aa2f3ae..36bda8a 100644 (file)
@@ -1,3 +1,5 @@
+-- database should be in this folder, and named 'vchess.sqlite'
+
 create table Variants (
        name varchar primary key,
        description text