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 fc2b66c commit 6a8da79Copy full SHA for 6a8da79
cassandra-schema.cql
@@ -2032,15 +2032,15 @@ CREATE TABLE spar_test.issuer_idp (
2032
CREATE TABLE spar_test.idp (
2033
idp uuid PRIMARY KEY,
2034
api_version int,
2035
+ domain text,
2036
extra_public_keys list<blob>,
2037
handle text,
2038
issuer text,
2039
old_issuers list<text>,
2040
public_key blob,
2041
replaced_by uuid,
2042
request_uri text,
- team uuid,
2043
- domain text
+ team uuid
2044
) WITH bloom_filter_fp_chance = 0.1
2045
AND caching = {'keys': 'ALL', 'rows_per_partition': 'NONE'}
2046
AND comment = ''
0 commit comments