thelounge/test/plugins
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
..
auth TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
inputs TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
packages TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
clientCertificate.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
link.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
sqlite.ts sqlite: Add rollback support 2023-03-31 11:34:26 +02:00
storage.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00