Skip to content

Commit

Permalink
Update edk2toollib/database/edk2_db.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes authored Sep 19, 2023
1 parent e785c2e commit 0d1960b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edk2toollib/database/edk2_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Edk2DB:
!!! note
Edk2DB provides a table called `junction` that can be used to make associations between tables. It has the
following schema: `table1, key1, table2, key2`.
following schema: `env_id, table1, key1, table2, key2`.
Example:
```python
Expand Down

0 comments on commit 0d1960b

Please sign in to comment.