thelounge/server/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 Fix ctcp request message (#4603) 2022-07-06 22:28:18 -07:00
irc-events extract cleanIrcMessage from client to shared 2023-01-30 09:14:40 +01:00
messageStorage sqlite: Add rollback support 2023-03-31 11:34:26 +02:00
packages TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
auth.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
changelog.ts Added client type checking to webpack (#4619) 2022-08-23 00:26:07 -07:00
clientCertificate.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
dev-server.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
storage.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
sts.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
uploader.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
webpush.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00