diff --git a/README.md b/README.md index 750de92..2ff0986 100644 --- a/README.md +++ b/README.md @@ -16,22 +16,7 @@ Users and their plans can be permanently deleted, but if an email was provided a ## DB Implementation -### User Table Columns - -- id (PK) [string] -- name [string] -- pin [string] -- email [string] -- delete-confirmation-code [string] - -### Plan Table Columns - -- id (PK) [string] -- ownerId (FK to user.id) [string] -- name [string] -- folder [string] -- data [string] -- deleted [boolean] +See `initialize.ts` for current DB config ## API Implementation