Skip to content

Commit

Permalink
fix: modeling
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHe4rt committed Sep 4, 2024
1 parent 5e283b5 commit e130e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/v1/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub struct EffectOption {
#[charybdis_model(
table_name = settings_v1,
partition_keys = [user_id, channel_id],
clustering_keys = [enabled],
clustering_keys = [username],
global_secondary_indexes = [],
local_secondary_indexes = [],
static_columns = [],
Expand Down

0 comments on commit e130e27

Please sign in to comment.