backend/generate/database/mongo/2025100900000004_user_role....

9 lines
272 B
Plaintext
Raw Normal View History

2025-11-12 08:17:23 +00:00
db.user_role.dropIndex("uid_1");
db.user_role.dropIndex("role_id_1");
db.user_role.dropIndex("brand_1");
db.user_role.dropIndex("status_1");
db.user_role.dropIndex("brand_1_role_id_1");
db.user_role.dropIndex("brand_1_status_1");
db.user_role.dropIndex("create_time_1");