From 83118e85ca67aac4d5858f2f276437a616c310e3 Mon Sep 17 00:00:00 2001 From: Lee Brown Date: Fri, 16 Aug 2019 14:52:57 -0800 Subject: [PATCH] Remove POD architecture from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5fb683..fc58cd3 100644 --- a/README.md +++ b/README.md @@ -489,7 +489,7 @@ For more details on this service, read [web-app readme](https://gitlab.com/geeks Schema is a minimalistic database migration helper that can manually be invoked via CLI. It provides schema versioning and migration rollback. -To support POD architecture, the schema for the entire project is defined globally and is located inside internal: +The schema for the entire project is defined globally and is located inside internal: [internal/schema](https://gitlab.com/geeks-accelerator/oss/saas-starter-kit/tree/master/internal/schema) Keeping a global schema helps ensure business logic can be decoupled across multiple packages. It is a firm belief that