We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed59b1 commit dd72cb2Copy full SHA for dd72cb2
README.md
@@ -24,6 +24,8 @@ Schema hints are taken from [a post on Meta.StackExchange](http://meta.stackexch
24
- `python load_into_pg.py Tags` (not present in earliest dumps)
25
- `python load_into_pg.py Users`
26
- `python load_into_pg.py Votes`
27
+ - `python load_into_pg.py PostHistory`
28
+ - `python load_into_pg.py Comments`
29
- Finally, after all the initial tables have been created:
30
- `psql stackoverflow < ./sql/final_post.sql`
31
- If you used a different database name, make sure to use that instead of
0 commit comments