Skip to content

Commit

Permalink
Rebase fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaecker committed Oct 31, 2023
1 parent 355ce6c commit 2063d47
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion oximeter/db/schema/replicated/db-init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,14 @@ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ON CLUSTER oximeter_cluste
'I64' = 2,
'IpAddr' = 3,
'String' = 4,
'Uuid' = 6
'Uuid' = 6,
'I8' = 7,
'U8' = 8,
'I16' = 9,
'U16' = 10,
'I32' = 11,
'U32' = 12,
'U64' = 13
),
source Enum(
'Target' = 1,
Expand Down

0 comments on commit 2063d47

Please sign in to comment.