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 c289344880
commit 0b3b49b6fe
No known key found for this signature in database
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