refactor
This commit is contained in:
parent
77d985a483
commit
0d7e6284bc
@ -46,7 +46,7 @@ const std::map<std::string, std::string> sql_create_tables = {
|
||||
"source_path TEXT PRIMARY KEY ASC, "
|
||||
"api_path TEXT, "
|
||||
"data TEXT, "
|
||||
"directory INTEGER"
|
||||
"directory INTEGER NOT NULL"
|
||||
");"},
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user