Push 0.10.0
This commit is contained in:
parent
266f3fc76d
commit
12c05afa57
25 changed files with 2016 additions and 645 deletions
20
docs/tables.d2
Normal file
20
docs/tables.d2
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
|
||||
ird: {
|
||||
shape: sql_table
|
||||
title_id TEXT
|
||||
name TEXT
|
||||
size BIGINT
|
||||
key BLOB
|
||||
}
|
||||
|
||||
redump: {
|
||||
shape: sql_table
|
||||
name TEXT
|
||||
size BIGINT
|
||||
crc32 TEXT
|
||||
md5 TEXT
|
||||
sha1 TEXT
|
||||
key BLOB
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue