0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-01 03:59:03 +02:00
dendrite/roomserver/storage
Till 100fa9b235
Check unique constraint errors when manually inserting migrations (#2712)
This should avoid unnecessary logging on startup if the migration (were
we need `InsertMigration`) was already executed.
This now checks for "unique constraint errors" for SQLite and Postgres
and fails the startup process if the migration couldn't be manually
inserted for some other reason.
2022-09-13 08:07:43 +02:00
..
postgres Check unique constraint errors when manually inserting migrations (#2712) 2022-09-13 08:07:43 +02:00
shared Fix transactions around assigning NIDs 2022-09-09 13:30:09 +01:00
sqlite3 Check unique constraint errors when manually inserting migrations (#2712) 2022-09-13 08:07:43 +02:00
tables State handling tweaks (#2652) 2022-08-18 17:06:13 +01:00
interface.go State handling tweaks (#2652) 2022-08-18 17:06:13 +01:00
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
storage_wasm.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00