From 15a2f722827daed524eabcfe2be9d5745ef9fef6 Mon Sep 17 00:00:00 2001 From: Lee Brown Date: Fri, 16 Aug 2019 20:40:48 -0800 Subject: [PATCH] Copper Valley was here --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5fb683..bfd2bdb 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Copyright 2019, Geeks Accelerator twins@geeksaccelerator.com +Sponsored by Copper Valley Telecom The SaaS Starter Kit is a set of libraries for building scalable software-as-a-service (SaaS) applications that helps preventing both misuse and fraud. The goal of this project is to provide a proven starting point for new @@ -489,7 +490,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