This commit is contained in:
parent
0d7e6284bc
commit
2017897ad6
@ -44,7 +44,7 @@ const std::map<std::string, std::string> sql_create_tables = {
|
||||
{"CREATE TABLE IF NOT EXISTS " + file_table +
|
||||
"("
|
||||
"source_path TEXT PRIMARY KEY ASC, "
|
||||
"api_path TEXT, "
|
||||
"api_path TEXT NOT NULL, "
|
||||
"data TEXT, "
|
||||
"directory INTEGER NOT NULL"
|
||||
");"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user