From d9be97083d3cb0a26823234c5554d1a36f93cb5a Mon Sep 17 00:00:00 2001 From: Ebicoglu Date: Mon, 2 Sep 2024 14:47:35 +0300 Subject: [PATCH] Update Post.md --- .../2024-09-01-Do-You-Need-MultiTenancy/Post.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Community-Articles/2024-09-01-Do-You-Need-MultiTenancy/Post.md b/docs/en/Community-Articles/2024-09-01-Do-You-Need-MultiTenancy/Post.md index 6926c5a604..a60ec95e27 100644 --- a/docs/en/Community-Articles/2024-09-01-Do-You-Need-MultiTenancy/Post.md +++ b/docs/en/Community-Articles/2024-09-01-Do-You-Need-MultiTenancy/Post.md @@ -46,7 +46,7 @@ Ask yourself the following questions if you cannot decide whether your app needs 1. Can a user be shared among other tenants? 2. Any tenant needs to see other tenant's data? -3. Does your application break when you physically move one of the tenants?? +3. Does your application break when you physically move one of the tenants? 4. Do your customers need higher security and better GDPR enforcement? 5. Do you need cumulative queries over your tenants?