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
|
## DB Implementation
|
||||||
|
|
||||||
### User Table Columns
|
See `initialize.ts` for current DB config
|
||||||
|
|
||||||
- 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]
|
|
||||||
|
|
||||||
## API Implementation
|
## API Implementation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user