Skip to content

Commit 5de4d7a

Browse files
authored
timer_ack_level schema type from big_int to timestamp. (#243)
1 parent c02fab2 commit 5de4d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/cadence/versioned/v0.1/base.cql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CREATE TYPE shard (
1313
stolen_since_renew int,
1414
updated_at timestamp,
1515
transfer_ack_level bigint,
16-
timer_ack_level bigint,
16+
timer_ack_level timestamp,
1717
);
1818

1919
--- Workflow execution and mutable state ---

0 commit comments

Comments
 (0)