update readme
This commit is contained in:
17
README.md
17
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user