Merge "Fix crash when creating preview cache table"

This commit is contained in:
Michael Jurka
2013-02-07 14:58:58 +00:00
committed by Android (Google) Code Review
@@ -273,7 +273,7 @@ public class WidgetPreviewLoader {
COLUMN_SIZE + " TEXT NOT NULL, " +
COLUMN_PREVIEW_BITMAP + " BLOB NOT NULL, " +
"PRIMARY KEY (" + COLUMN_NAME + ", " + COLUMN_SIZE + ") " +
");");
") IF NOT EXISTS;");
}
@Override