created new hosted db update

This commit is contained in:
2026-08-07 14:54:35 +05:30
parent f2825900aa
commit 271c940640
2 changed files with 4 additions and 9 deletions
+3 -8
View File
@@ -37,11 +37,6 @@ Testing/e2e/.auth/
Testing/e2e/blob-report/ Testing/e2e/blob-report/
# ── Migrations ───────────────────────────────────────────────────────── # ── Migrations ─────────────────────────────────────────────────────────
# Reverted 2026-07-31: excluding new EF Core migrations while # Each dev keeps EF Core migrations local; DB schema changes are announced
# ErpDbContextModelSnapshot.cs stayed tracked meant every `dotnet ef # to the team instead of committed, so migration files aren't shared here.
# migrations add` after the initial 4 silently produced a migration git would Migrations/
# never see, while the (tracked) snapshot's changes committed normally —
# so the snapshot kept claiming tables existed that no migration in git
# history ever created them. Confirmed live: 25 HRM tables + 11 Manufacturing
# tables were missing from the actual database for exactly this reason.
# Migrations now stay tracked like any other source file — commit them.
+1 -1
View File
@@ -6,7 +6,7 @@
} }
}, },
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "Host=187.127.102.190;Port=5432;Database=ERPCoreTest;Username=postgres;Password=post@hexdive" "DefaultConnection": "Host=127.0.0.1;Port=5433;Database=ERPCoreTest;Username=postgres;Password=post@hexdive"
}, },
"AuthHex": { "AuthHex": {
"BaseUrl": "http://localhost:5011" "BaseUrl": "http://localhost:5011"