summary refs log tree commit diff
path: root/src/database/Database.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Postgres connection timeoutRory&2026-07-161-2/+13
|
* docs(database) Fix inaccurate description of lock in commentald_productions2026-07-091-1/+1
|
* fix(migration): Ensure that only ONE server can attempt to apply migrations ↵ald_productions2026-07-081-4/+10
| | | | | | at a time Resolves a race condition in which non-bundled environments can attempt to run migrations simultaniously. When this occurs, the migrations can break.
* fix: ignore null/undefined in where queriesCyberL12026-06-261-0/+4
|
* Fix import path for initial migrationRory&2026-06-121-1/+1
|
* Move migrations to databaseRory&2026-06-121-3/+3
|
* Fix recursive import in databaseRory&2026-06-121-6/+4
|
* Move entities to databaseRory&2026-06-121-1/+1
|
* Move database to toplevelRory&2026-06-121-0/+140