Skip to content

Commit

Permalink
Add a forgotten schema change for PR #4155 (#4169)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdimjasevic authored Jul 24, 2024
1 parent a9e8c5f commit c3afa44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cassandra-schema.cql
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,8 @@ CREATE TABLE brig_test.user (
sso_id text,
status int,
supported_protocols int,
team uuid
team uuid,
text_status text
) WITH bloom_filter_fp_chance = 0.1
AND caching = {'keys': 'ALL', 'rows_per_partition': 'NONE'}
AND comment = ''
Expand Down

0 comments on commit c3afa44

Please sign in to comment.