Skip to content

Commit

Permalink
Clean up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Oct 29, 2024
1 parent 3a811c3 commit 2e84180
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions scripts/table_updates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,16 @@ Prepare the Synapse tables to be updated
> **_NOTE:_** ONLY need to be executed when there is a new version of PRISSMM data dictionary
##### Step 1. Update the Data Catalog
python update_data_element_catalog.py -v [prissmm_version_number]
```
python update_data_element_catalog.py -v [prissmm_version_number]
```
##### Step 2. Update the table schema
python update_table_schema.py
```
python update_table_schema.py
```
# Update Data Table
Expand Down

0 comments on commit 2e84180

Please sign in to comment.