Skip to content

Commit

Permalink
Merge pull request #149 from vijeyash1/main
Browse files Browse the repository at this point in the history
changed the clickhouse scema datatype
  • Loading branch information
vijeyash1 authored Aug 5, 2023
2 parents b5c199d + f24408e commit dd9a9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pkg/clickhouse/statements.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const azureContainerPushEventTable DBStatement = `
ImageName String,
Event String,
Timestamp String,
Size UInt64,
Size Int32,
SHAID String
) engine=File(TabSeparated)
`
Expand Down

0 comments on commit dd9a9b2

Please sign in to comment.