From 39a0f665b69e94a486e4035ca90671adb5880141 Mon Sep 17 00:00:00 2001 From: duongban Date: Sat, 29 May 2021 22:24:16 +0700 Subject: [PATCH] Comment drop table schema --- data/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */