store project settings content when opening database
This is required to tell Sourcetrail that the database content is up to date with the current project settings.
This commit is contained in:
@@ -86,6 +86,11 @@ namespace sourcetrail
|
||||
setupDatabase();
|
||||
}
|
||||
|
||||
void DatabaseStorage::setProjectSettingsText(const std::string& text)
|
||||
{
|
||||
insertOrUpdateMetaValue("project_settings", text);
|
||||
}
|
||||
|
||||
bool DatabaseStorage::isEmpty() const
|
||||
{
|
||||
const std::string tableName = "meta";
|
||||
|
||||
Reference in New Issue
Block a user