Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
GCR v4.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ragaeeb committed Aug 19, 2015
1 parent 1f23d1f commit 4a4279d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/QueryBookmarkHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ bool QueryBookmarkHelper::initBookmarks(QObject* caller)

QStringList statements;
statements << "CREATE TABLE IF NOT EXISTS bookmarks.bookmarks (id INTEGER PRIMARY KEY, surah_id INTEGER, verse_id INTEGER, name TEXT, tag TEXT, timestamp INTEGER)";
statements << "CREATE TABLE IF NOT EXISTS bookmarks.bookmarked_tafsir (id INTEGER PRIMARY KEY, suite_page_id INTEGER, name TEXT, tag TEXT, timestamp INTEGER)";
statements << "CREATE TABLE IF NOT EXISTS bookmarks.progress (timestamp INTEGER PRIMARY KEY, surah_id INTEGER, verse_id INTEGER)";

foreach (QString const& q, statements) {
Expand Down

0 comments on commit 4a4279d

Please sign in to comment.