Skip to content

Commit 6911201

Browse files
authored
Acknowledge @madtibo's contributions.
1 parent cbb39fb commit 6911201

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)