Skip to content

Commit

Permalink
fix(comment): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
linehk committed Mar 9, 2024
1 parent 23c112c commit 73f75f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion service/comment/rpc/model/comment.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ CREATE TABLE comment (
status VARCHAR,
published TIMESTAMP,
updated TIMESTAMP,
selfLink VARCHAR,
self_link VARCHAR,
content VARCHAR
);
6 changes: 3 additions & 3 deletions service/comment/rpc/model/comment_model_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 73f75f2

Please sign in to comment.