fix
This commit is contained in:
		| @@ -881,6 +881,7 @@ auto encrypt_provider::read_file_bytes(const std::string &api_path, | ||||
|     file_data["original_file_size"] = file_size; | ||||
|     file_data["iv_list"] = iv_list; | ||||
|     auto ins_res = db::db_insert{*db_, file_table} | ||||
|                        .or_replace() | ||||
|                        .column_value("source_path", source_path) | ||||
|                        .column_value("data", file_data.dump()) | ||||
|                        .go(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user