Skip to content

Commit

Permalink
Remove useless pg tags
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Beslic <abeslic@abronan.com>
  • Loading branch information
abronan committed Mar 30, 2018
1 parent 1c36689 commit b5e4a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/todo/v1/todo.pb.go

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

2 changes: 1 addition & 1 deletion api/todo/v1/todo.proto
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ message Todo {
string description = 3;
string completed = 4;

// @inject_tag: sql:"type:timestamptz,default:now()" sql:",notnull,-"
// @inject_tag: sql:"type:timestamptz,default:now()"
google.protobuf.Timestamp created_at = 5;

// @inject_tag: sql:"type:timestamptz"
Expand Down

0 comments on commit b5e4a70

Please sign in to comment.