Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notification storage #47

Merged
merged 6 commits into from
Aug 19, 2016
Merged

Conversation

joshganderson
Copy link
Contributor

No description provided.

@@ -217,7 +227,7 @@ private static Uri createContentUri() {
}

private static String createCreateTableSql() {
return "create table " + TABLE_NAME + " (_ID integer primary key, " + TITLE_COLUMN + " text, " + MESSAGE_COLUMN + " text, " + READ_COLUMN + " boolean);";
return "create table " + TABLE_NAME + " (_ID integer primary key, " + TITLE_COLUMN + " text, " + MESSAGE_COLUMN + " text, " + READ_COLUMN + " boolean, " + SENT_TIME + " integer);";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While this line is changing… we've got Database.ID_COLUMN for the _ID string.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@aaronj1335
Copy link
Contributor

only one nit, good to ship otherwise.

@joshganderson joshganderson merged commit 6c82f5f into g11x:master Aug 19, 2016
@joshganderson joshganderson deleted the notification_storage branch August 19, 2016 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants