refactor
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2024-12-16 15:14:19 -06:00
parent 0d7e6284bc
commit 2017897ad6

View File

@ -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"
");"},