File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Schema hints are taken from [a post on Meta.StackExchange](http://meta.stackexch
3434 - ` psql stackoverflow < ./sql/optional_post.sql `
3535 - Again, remember to user the correct database name here, if not ` stackoverflow ` .
3636
37- ## Caveats and TODOs
37+ ## Caveats
3838
3939 - It prepares some indexes and views which may not be necessary for your analysis.
4040 - The ` Body ` field in ` Posts ` table is NOT populated by default. You have to use ` --with-post-body ` argument to include it.
@@ -44,3 +44,8 @@ Schema hints are taken from [a post on Meta.StackExchange](http://meta.stackexch
4444
4545 - The ` tags.xml ` is missing from the data dump. Hence, the ` PostTag ` and ` UserTagQA ` tables will be empty after ` final_post.sql ` .
4646 - The ` ViewCount ` in ` Posts ` is sometimes equal to an ` empty ` value. It is replaced by ` NULL ` in those cases.
47+
48+
49+ ## Acknowledgement
50+
51+ [ @madtibo ] ( https://github.com/madtibo ) made significant contributions by adding ` jsonb ` and Foreign Key support.
You can’t perform that action at this time.
0 commit comments