update sqlitecpp
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
1b36e56cf5
commit
fafb16dd05
2 changed files with 2 additions and 2 deletions
|
|
@ -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>> ret;
|
||||
|
||||
ret.emplace_back(DECLARE_MIGRATION(m1_initial_layout));
|
||||
ret.emplace_back(DECLARE_MIGRATION(m0_initial_layout));
|
||||
|
||||
return ret;
|
||||
}();
|
||||
|
|
|
|||
2
vendor/sqlitecpp
vendored
2
vendor/sqlitecpp
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 66f5747f1ad3e43960e9a77755e770229b90004e
|
||||
Subproject commit f27ef69131166549e9c250b658bf26136b09208b
|
||||
Loading…
Add table
Add a link
Reference in a new issue