mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-04 23:19:03 +01:00
8196b29657
This changes the detection of already executed migrations for the roomserver state block and keychange refactor. It now uses schema tables provided by the database engine to check if the column was already removed. We now also store the migration in the migrations table. This should stop e.g. Postgres from logging errors like `ERROR: column "event_nid" does not exist at character 8`. |
||
---|---|---|
.. | ||
migrate.go | ||
migrate_test.go | ||
postgres.go | ||
postgres_wasm.go | ||
sql.go | ||
sqlutil.go | ||
sqlutil_test.go | ||
trace.go | ||
trace_driver.go | ||
trace_driver_wasm.go | ||
uri.go | ||
writer.go | ||
writer_dummy.go | ||
writer_exclusive.go |