Remove deprecated add member (#5611)

* chore: remove deprecated add member directly

* chore: cargo clippy

* chore: cargo clippy

* chore: cargo clippy
This commit is contained in:
Zack 2024-06-24 14:19:36 +08:00 committed by GitHub
parent 7586a0ed48
commit d2ca41c8f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 65 additions and 127 deletions

View file

@ -102,13 +102,13 @@ diesel::table! {
}
diesel::allow_tables_to_appear_in_same_query!(
chat_message_table,
chat_table,
collab_snapshot,
upload_file_part,
upload_file_table,
user_data_migration_records,
user_table,
user_workspace_table,
workspace_members_table,
chat_message_table,
chat_table,
collab_snapshot,
upload_file_part,
upload_file_table,
user_data_migration_records,
user_table,
user_workspace_table,
workspace_members_table,
);