Skip to content

Commit

Permalink
WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
efritz committed Sep 18, 2024
1 parent 1c79d89 commit d087a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/schemas/describe.sql
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ CREATE INDEX idx_posts_content_trgm ON posts USING gin (content gin_trgm_ops);

-- ColumnDependencies
-- The 'users.id' column is referenced by 'posts.user_id' and 'comments.user_id'
-- The 'posts.id' column is referenced by 'comments.post_id'
-- The 'posts.id' column is referenced by 'comments.post_id'

0 comments on commit d087a8f

Please sign in to comment.