Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ DatabaseUpgrade
Method
DatabaseUpgrade
sql/databaseupgrade.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
14
DatabaseUpgrade::DatabaseUpgrade(QObject *parent) :
15
QObject(parent)
16
{
17
}
18
19
20
void DatabaseUpgrade::fixSql(bool toQt5) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected