Set update_time on full executable dictionary update

This fixes issue #4524.
This commit is contained in:
Tema Novikov 2019-02-28 09:47:48 +03:00 committed by GitHub
parent aad2856eba
commit f92210d0fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,7 @@ std::string ExecutableDictionarySource::getUpdateFieldAndDate()
}
else
{
update_time = std::chrono::system_clock::now();
std::string str_time("\"0000-00-00 00:00:00\""); ///for initial load
return command + " " + update_field + " " + str_time;
}