thelounge/server
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
..
command-line Merge branch 'installDocs' 2022-08-01 13:29:48 +02:00
models Merge pull request #4685 from thelounge/networkProps 2023-02-26 17:23:23 -08:00
plugins sqlite: Add rollback support 2023-03-31 11:34:26 +02:00
types search: ignore searchResults if it isn't the active query 2023-01-08 11:41:09 +01:00
client.ts Move condensedTypes to shared/ 2023-01-30 09:14:40 +01:00
clientManager.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
config.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
helper.ts Fix git commit not being available in dist build 2023-02-15 12:03:08 +02:00
identification.ts fix formatting 2023-02-18 11:46:31 +01:00
index.d.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
index.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
log.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
server.ts Fix git commit not being available in dist build 2023-02-15 12:03:08 +02:00
tsconfig.json Move condensedTypes to shared/ 2023-01-30 09:14:40 +01:00