Skip to content

Commit 6a8da79

Browse files
committed
make cassandra-schema
1 parent fc2b66c commit 6a8da79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cassandra-schema.cql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,15 +2032,15 @@ CREATE TABLE spar_test.issuer_idp (
20322032
CREATE TABLE spar_test.idp (
20332033
idp uuid PRIMARY KEY,
20342034
api_version int,
2035+
domain text,
20352036
extra_public_keys list<blob>,
20362037
handle text,
20372038
issuer text,
20382039
old_issuers list<text>,
20392040
public_key blob,
20402041
replaced_by uuid,
20412042
request_uri text,
2042-
team uuid,
2043-
domain text
2043+
team uuid
20442044
) WITH bloom_filter_fp_chance = 0.1
20452045
AND caching = {'keys': 'ALL', 'rows_per_partition': 'NONE'}
20462046
AND comment = ''

0 commit comments

Comments
 (0)