fix: format table in encryption documentation for better readability

This commit is contained in:
HueByte
2026-02-20 17:29:52 +01:00
parent 575115cdca
commit f49148a85a
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -79,10 +79,10 @@ To encrypt messages at rest, enable the setting:
### Behavior by Setting
| Setting | DB Storage | Transport | Key Rotation Risk |
|---------|-----------|-----------|-------------------|
| `false` (default) | Plaintext | Encrypted | None stored data is unaffected |
| `true` | Encrypted | Encrypted | Changing the key makes old messages unreadable |
| Setting | DB Storage | Transport | Key Rotation Risk |
| ----------------- | ---------- | --------- | ---------------------------------------------- |
| `false` (default) | Plaintext | Encrypted | None - stored data is unaffected |
| `true` | Encrypted | Encrypted | Changing the key makes old messages unreadable |
### Mixed Content
@@ -1,4 +1,4 @@
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable