Skip to content

Commit

Permalink
#64 edit retired segments description in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chmnata committed Sep 8, 2022
1 parent a6c8110 commit 3df0340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion congestion_network_creation/sql/update/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ There is an audit table `congestion.logged_actions` that monitors changes in the
Changes such as `INSERT`, `UPDATE`, `DELETE` on those tables will be logged as an action under `congestion.logged_actions`.

### Retired segments
Information on retired segments will be logged in `congestion.network_segments_retired`, which gets updated when a segment is no longer in use.
Information on retired segments will be logged in `congestion.network_segments_retired`, which gets updated when a segment is no longer in use. You can use the `replaced_id` column to check which new segment_ids is now represents the retired segments.

Table Structure:
| column_name | type | description | example |
Expand Down

0 comments on commit 3df0340

Please sign in to comment.