mirror of
https://github.com/ashim-hq/ashim
synced 2026-04-21 13:37:52 +00:00
docs: remove non-existent updatedAt from teams and user_files tables
This commit is contained in:
parent
697b13de7a
commit
956b7572ca
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue