Skip to content

Commit 103c855

Browse files
hobbescodescoopbri
andauthored
Add Comments and Downvotes to Schema (#25)
* feature(schema): add comments table * feature(schema): add downvotes table, adjust relations * docs: update downvote table jsdoc Co-authored-by: Brian Cooper <20056195+coopbri@users.noreply.github.com> * docs: update comment table jsdoc Co-authored-by: Brian Cooper <20056195+coopbri@users.noreply.github.com> * chore(db,user): remove indirect Drizzle relations * Revert "chore(db,user): remove indirect Drizzle relations" This reverts commit d6959b1. * build: update drizzle-seed dependency --------- Co-authored-by: Brian Cooper <20056195+coopbri@users.noreply.github.com> Co-authored-by: Brian Cooper <brian@brian-cooper.com>
1 parent cbcdfee commit 103c855

File tree

15 files changed

+14901
-6871
lines changed

15 files changed

+14901
-6871
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@graphile/simplify-inflection": "^8.0.0-beta.5",
3737
"dayjs": "^1.11.13",
3838
"drizzle-orm": "^0.38.2",
39-
"drizzle-seed": "^0.2.1",
39+
"drizzle-seed": "^0.3.0",
4040
"graphile-export": "^0.0.2-beta.24",
4141
"graphql": "^16.9.0",
4242
"graphql-yoga": "^5.8.0",

0 commit comments

Comments
 (0)