refactor encrypt provider db
This commit is contained in:
parent
c420ff1c81
commit
575dbcd7f1
@ -45,7 +45,7 @@ const std::map<std::string, std::string> sql_create_tables = {
|
|||||||
"source_path TEXT PRIMARY KEY ASC, "
|
"source_path TEXT PRIMARY KEY ASC, "
|
||||||
"api_path TEXT, "
|
"api_path TEXT, "
|
||||||
"data TEXT, "
|
"data TEXT, "
|
||||||
"directory INTEGER, "
|
"directory INTEGER"
|
||||||
");"},
|
");"},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user