Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d49f59b + 2ac014b commit f15e40dCopy full SHA for f15e40d
src/db/UserDb.hpp
@@ -23,7 +23,7 @@ class UserDb : public oatpp::orm::DbClient {
23
migration.migrate(); // <-- run migrations. This guy will throw on error.
24
25
auto version = executor->getSchemaVersion();
26
- OATPP_LOGD("UserDb", "Migration - OK. Version=%d.", version);
+ OATPP_LOGD("UserDb", "Migration - OK. Version=%lld.", version);
27
28
}
29
0 commit comments