diff --git a/docs/en/Community-Articles/2024-08-30-Do-You-Need-MultiTenancy/Post.md b/docs/en/Community-Articles/2024-08-31-Do-You-Need-MultiTenancy/Post.md similarity index 98% rename from docs/en/Community-Articles/2024-08-30-Do-You-Need-MultiTenancy/Post.md rename to docs/en/Community-Articles/2024-08-31-Do-You-Need-MultiTenancy/Post.md index 6bd56f844b..102552f0ff 100644 --- a/docs/en/Community-Articles/2024-08-30-Do-You-Need-MultiTenancy/Post.md +++ b/docs/en/Community-Articles/2024-08-31-Do-You-Need-MultiTenancy/Post.md @@ -43,8 +43,8 @@ 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. Do you need cumulative queries over your tenants? -4. Does your application still work if you physically move one of the tenants physically? +3. Does your application still work if you physically move one of the tenants physically? +4. Do your customers need higher security and better GDPR enforcement? 5. Do you need cumulative queries over your tenants? diff --git a/docs/en/Community-Articles/2024-08-30-Do-You-Need-MultiTenancy/cover.png b/docs/en/Community-Articles/2024-08-31-Do-You-Need-MultiTenancy/cover.png similarity index 100% rename from docs/en/Community-Articles/2024-08-30-Do-You-Need-MultiTenancy/cover.png rename to docs/en/Community-Articles/2024-08-31-Do-You-Need-MultiTenancy/cover.png diff --git a/docs/en/Community-Articles/2024-08-30-Do-You-Need-MultiTenancy/tenancy-schema.png b/docs/en/Community-Articles/2024-08-31-Do-You-Need-MultiTenancy/tenancy-schema.png similarity index 100% rename from docs/en/Community-Articles/2024-08-30-Do-You-Need-MultiTenancy/tenancy-schema.png rename to docs/en/Community-Articles/2024-08-31-Do-You-Need-MultiTenancy/tenancy-schema.png