Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbruinsslot committed Jan 31, 2024
1 parent e12c0ee commit 97b0350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mula/docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ classDiagram

```mermaid
erDiagram
jobs {
schedules {
uuid id PK
character_varying scheduler_id
boolean enabled
Expand All @@ -512,7 +512,7 @@ jobs {
timestamp_with_time_zone created_at
timestamp_with_time_zone modified_at
}
tasks {
task_runs {
uuid id PK
uuid job_id FK
character_varying scheduler_id
Expand Down

0 comments on commit 97b0350

Please sign in to comment.