mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Added index on operation name
This commit is contained in:
@@ -49,7 +49,8 @@ import static androidx.room.ForeignKey.CASCADE;
|
||||
},
|
||||
indices = {
|
||||
@Index(value = {"folder"}),
|
||||
@Index(value = {"message"})
|
||||
@Index(value = {"message"}),
|
||||
@Index(value = {"name"})
|
||||
}
|
||||
)
|
||||
public class EntityOperation {
|
||||
|
||||
Reference in New Issue
Block a user