Phase 6 (Stufe 5): Default-Provider auf MySQL + Readback-Verifikation

- appsettings.json: Database:Provider = "MySql" (voller Umstieg).
- ConfigMigrator.VerifyMySql + CLI --verify-mysql: liest Accounts,
  Settings, Trader, Markets aus MySQL zurueck.
- Verifiziert: 3 Accounts, 3 Settings, 32 Trader (23 aktiv),
  2344 Markets; Werte/AssignedAccountIds stimmen mit Exporten ueberein.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Richard
2026-07-05 14:59:39 +02:00
co-authored by Claude Opus 4.8
parent 9dbecc9514
commit d227d24ca8
3 changed files with 73 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"Database": {
"Provider": "Mongo",
"Provider": "MySql",
"ConnectionString": "mongodb://localhost:27017",
"DatabaseName": "PolyTraderDB"
}