Skip to content

Commit 3949249

Browse files
committed
Update DB structure in docs
1 parent 0015920 commit 3949249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/database/structure.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Database structure
5858
}
5959

6060
entity run {
61-
* created_at: timestamptz
6261
* id: uuid(v7)
62+
* created_at: timestamptz
6363
----
6464
* job_id: bigint
6565
status: smallint
@@ -84,8 +84,8 @@ Database structure
8484
}
8585

8686
entity operation {
87-
* created_at: timestamptz
8887
* id: uuid(v7)
88+
* created_at: timestamptz
8989
----
9090
* run_id: uuid(v7)
9191
status: smallint

0 commit comments

Comments
 (0)