mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 07:32:08 +01:00
Rule UI improvements
This commit is contained in:
@@ -445,9 +445,9 @@ public abstract class DB extends RoomDatabase {
|
||||
" `folder` INTEGER NOT NULL," +
|
||||
" `name` TEXT NOT NULL," +
|
||||
" `order` INTEGER NOT NULL," +
|
||||
" `enabled` INTEGER NOT NULL," +
|
||||
" `condition` TEXT NOT NULL," +
|
||||
" `action` TEXT NOT NULL," +
|
||||
" `enabled` INTEGER NOT NULL," +
|
||||
" FOREIGN KEY(`folder`) REFERENCES `folder`(`id`) ON UPDATE NO ACTION ON DELETE CASCADE)");
|
||||
db.execSQL("CREATE INDEX `index_rule_folder` ON `rule` (`folder`)");
|
||||
db.execSQL("CREATE INDEX `index_rule_order` ON `rule` (`order`)");
|
||||
|
||||
Reference in New Issue
Block a user