Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b000937 authored by Ken Shirriff's avatar Ken Shirriff
Browse files

Add "deleted" row to Events table.

This will replace the DeletedEvents table when moving Calendar to the
new sync framework.
parent 7c6770c2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -514,6 +514,12 @@ public final class Calendar {
         * <P>Type: String</P>
         */
        public static final String OWNER_ACCOUNT = "ownerAccount";

        /**
         * Whether the row has been deleted.  A deleted row should be ignored.
         * <P>Type: INTEGER (boolean)</P>
         */
        public static final String DELETED = "deleted";
    }

    /**