mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 13:18:24 +00:00
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. |
||
---|---|---|
.. | ||
client | ||
commands | ||
fixtures | ||
models | ||
plugins | ||
shared | ||
src | ||
tests | ||
.mocharc.yml | ||
.nycrc-mocha.json | ||
.nycrc-report.json | ||
server.ts | ||
tsconfig.json | ||
util.ts |