Skip to content

Commit dd72cb2

Browse files
committed
ENH: Updated README with commands to add two new tables
1 parent aed59b1 commit dd72cb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Schema hints are taken from [a post on Meta.StackExchange](http://meta.stackexch
2424
- `python load_into_pg.py Tags` (not present in earliest dumps)
2525
- `python load_into_pg.py Users`
2626
- `python load_into_pg.py Votes`
27+
- `python load_into_pg.py PostHistory`
28+
- `python load_into_pg.py Comments`
2729
- Finally, after all the initial tables have been created:
2830
- `psql stackoverflow < ./sql/final_post.sql`
2931
- If you used a different database name, make sure to use that instead of

0 commit comments

Comments
 (0)