Skip to content

Commit

Permalink
Correct type name for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Apr 16, 2020
1 parent 1bd86bc commit e904e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/database/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ report_version:
- description: {type: TEXT, nullable: true}
- connection: {type: BOOLEAN}
- published: {type: BOOLEAN}
- elapsed: {type: DOUBLE}
- elapsed: {type: DOUBLE PRECISION}
- git_sha: {type: TEXT, nullable: true}
- git_branch: {type: TEXT, nullable: true}
- git_clean: {type: BOOLEAN, nullable: true}
Expand Down

0 comments on commit e904e75

Please sign in to comment.