mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
docs: remove non-existent updatedAt from teams and user_files tables
This commit is contained in:
@@ -40,7 +40,6 @@ Groups for organizing users. Admins can assign users to teams.
|
||||
| `id` | text UUID | Primary key |
|
||||
| `name` | text (unique, max 50 chars) | Team name |
|
||||
| `createdAt` | integer | Unix timestamp |
|
||||
| `updatedAt` | integer | Unix timestamp |
|
||||
|
||||
### api_keys
|
||||
|
||||
@@ -87,7 +86,6 @@ Persistent file library with version chain tracking. Each processing step that s
|
||||
| `parentId` | text UUID \| null | FK → user_files (parent version) |
|
||||
| `toolChain` | text (JSON array) | Tool IDs applied in order to produce this version |
|
||||
| `createdAt` | integer | Unix timestamp |
|
||||
| `updatedAt` | integer | Unix timestamp |
|
||||
|
||||
### jobs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user