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

Commit 742f9cbd authored by Mark Wagner's avatar Mark Wagner
Browse files

New constants for db upgrade.

parent ed90811e
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -947,6 +947,12 @@ public class Im {
         * <P>Type: INTEGER</P>
         */
        String DISPLAY_SENT_TIME = "show_ts";

        /*
         * For rows which have been consolidated this is the row id of the
         * row into which they have been consolidated.
         */
        String CONSOLIDATION_KEY = "consolidation_key";
    }

    /**