diff --git a/data/schema.sql b/data/schema.sql index 78d3f2f..fa6bbb2 100644 --- a/data/schema.sql +++ b/data/schema.sql @@ -1,4 +1,4 @@ -drop table if exists cards; +-- drop table if exists cards; create table cards ( id integer primary key autoincrement, type tinyint not null, /* 1 for vocab, 2 for code */