update readme

This commit is contained in:
Ean Milligan
2026-04-20 22:39:14 -04:00
parent da4f22b396
commit 860c145526

View File

@@ -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