diff options
author | Tobias Fella <fella@posteo.de> | 2022-03-07 20:56:23 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2022-03-07 20:56:23 +0100 |
commit | ce32dc09a9257ce5cb3188879f549d9b2fa816a1 (patch) | |
tree | 1ac84d8503e0b94ecd942c51bdcb26f4a5a91ecb /lib/database.h | |
parent | fb9d7dc22c74022b914b1964965ed6b8b850d831 (diff) | |
download | libquotient-ce32dc09a9257ce5cb3188879f549d9b2fa816a1.tar.gz libquotient-ce32dc09a9257ce5cb3188879f549d9b2fa816a1.zip |
Add datbase migration
Diffstat (limited to 'lib/database.h')
-rw-r--r-- | lib/database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/database.h b/lib/database.h index f6a491fb..f9a8df1a 100644 --- a/lib/database.h +++ b/lib/database.h @@ -37,6 +37,7 @@ public: private: void migrateTo1(); + void migrateTo2(); QString m_matrixId; }; } |