thelounge/server/plugins/messageStorage
Reto Brunner 3be805bd38 sqlite: Add rollback support
This enables db migrations to be undone, or "down migrated".
The down migration shouldn't be done automatically
as it could lead to severe data loss if that were done.
Hence, we still hard fail if we encounter a version lower than what
we have in the DB.

A CLI will be added in a later commit that allows users to explicitly
do that.
2023-03-31 11:34:26 +02:00
..
sqlite.ts sqlite: Add rollback support 2023-03-31 11:34:26 +02:00
text.ts textStorage: rip out client instance 2022-12-30 16:42:48 +01:00
types.d.ts Merge branch 'storageCleanup' 2023-01-22 15:23:56 +01:00