update sqlitecpp

Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
folling 2024-01-13 23:56:30 +01:00 committed by Folling
parent 7b549824f0
commit 240ff2efb7
Signed by: folling
SSH key fingerprint: SHA256:S9qEx5WCFFLK49tE/LKnKuJYM5sw+++Dn6qJbbyxnCY
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ constexpr std::string_view DB_VERSION_KEY = "IKARUS_DB_VERSION";
std::vector<std::unique_ptr<sqlitecpp::Migration>> const MIGRATIONS = []() { std::vector<std::unique_ptr<sqlitecpp::Migration>> const MIGRATIONS = []() {
std::vector<std::unique_ptr<sqlitecpp::Migration>> ret; std::vector<std::unique_ptr<sqlitecpp::Migration>> ret;
ret.emplace_back(DECLARE_MIGRATION(m1_initial_layout)); ret.emplace_back(DECLARE_MIGRATION(m0_initial_layout));
return ret; return ret;
}(); }();

2
vendor/sqlitecpp vendored

@ -1 +1 @@
Subproject commit 66f5747f1ad3e43960e9a77755e770229b90004e Subproject commit f27ef69131166549e9c250b658bf26136b09208b