From 65d404e8bcd58418b6c8e5d6f1235fd844985479 Mon Sep 17 00:00:00 2001 From: Miikka Andersson Date: Fri, 28 Oct 2022 20:51:03 +0300 Subject: [PATCH] Fixed a typo --- source/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/introduction.rst b/source/introduction.rst index 4313d12..3738529 100644 --- a/source/introduction.rst +++ b/source/introduction.rst @@ -36,7 +36,7 @@ A single database keeps every tenant's data. A :code:`ForeignKey` in the tables Shared database with isolated schema --------------------------------------- -A single database keeps every tenant's data. Each tenant's data is in a separate schema within the single database. The schema identifies the tenant and data tabled do no have a FK to the tenant. +A single database keeps every tenant's data. Each tenant's data is in a separate schema within the single database. The schema identifies the tenant and data tables do no have a FK to the tenant. Isolated database with a shared app server