Skip to content

Commit d80b195

Browse files
committed
chore: tweak multi-tenant patterns
1 parent a02def7 commit d80b195

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

content/blog/multi-tenant-database-architecture-patterns-explained.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ To tackle this, you should adopt best practices:
183183
1. **Backward Compatibility**
184184

185185
- Design schema changes to support both old and new application versions
186-
- Consider using database views for compatibility layers
186+
- Consider using feature flags so the code can easily switch between versions
187187
- Implement multi-phase migrations for breaking changes
188188

189189
1. **Tenant Metadata Registry**

content/blog/top-postgres-gui-client.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ author: Mila
44
updated_at: 2025/03/18 21:21:21
55
feature_image: /content/blog/top-postgres-gui-client/banner.webp
66
tags: Industry
7-
featured: true
87
description: Postgres GUI clients makes it safer and easier to manage Postgres databases by providing a provide a visual graphical interface. In this post, we are taking a look at the most common Postgres GUI Clients.
98
---
109

0 commit comments

Comments
 (0)