We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d936b5d commit e1dafd8Copy full SHA for e1dafd8
1 file changed
libs/server-sdk-dynamodb-source/src/dynamodb_attributes.hpp
@@ -11,7 +11,6 @@ namespace launchdarkly::server_side::integrations::detail {
11
// agree on what's in the table.
12
inline constexpr char kPartitionKey[] = "namespace";
13
inline constexpr char kSortKey[] = "key";
14
-inline constexpr char kVersionAttribute[] = "version";
15
inline constexpr char kItemAttribute[] = "item";
16
17
// Sentinel namespace marking the table as initialized. When a prefix is set,
0 commit comments