We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09b11f commit 62720e1Copy full SHA for 62720e1
iterate_dynamodb/datasources/dynamodb_ci.datasource
@@ -3,6 +3,7 @@ SCHEMA >
3
`pk` String `json:$.pk`,
4
`sk` String `json:$.sk`,
5
`slug` String `json:$.slug` DEFAULT 'x',
6
+ `new_slug` String `json:$.new_slug` DEFAULT 'empty',
7
`now_ts` DateTime64(3) `json:$.now_ts` DEFAULT now64()
8
9
0 commit comments