From ea633fc2f40675efe362bb926c83c0b9e8ef0b58 Mon Sep 17 00:00:00 2001 From: Ebicoglu Date: Sun, 1 Sep 2024 00:21:21 +0300 Subject: [PATCH] change date --- .../Post.md | 4 ++-- .../cover.png | Bin .../tenancy-schema.png | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/en/Community-Articles/{2024-08-30-Do-You-Need-MultiTenancy => 2024-08-31-Do-You-Need-MultiTenancy}/Post.md (98%) rename docs/en/Community-Articles/{2024-08-30-Do-You-Need-MultiTenancy => 2024-08-31-Do-You-Need-MultiTenancy}/cover.png (100%) rename docs/en/Community-Articles/{2024-08-30-Do-You-Need-MultiTenancy => 2024-08-31-Do-You-Need-MultiTenancy}/tenancy-schema.png (100%) 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