Bhikkhu-Kosalla il y a 5 ans
Parent
commit
b6061e5117
1 fichiers modifiés avec 0 ajouts et 17 suppressions
  1. 0 17
      database_log

+ 0 - 17
database_log

@@ -1,17 +0,0 @@
-# 数据库更改日志
-
-## 2020/12/20
-
-### 路径与文件名
-
-/../tmp/appdata/palicanon/pali_sent_sim.db3
-
-### 数据结构
-
-```
-CREATE TABLE pali_sent_sim (
-    id        INTEGER PRIMARY KEY,
-    sim_sents TEXT
-);
-
-```