1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00
This commit is contained in:
lidoxod 2013-08-15 23:55:03 +04:00
parent 9c1e06cfea
commit 8bb0975565

View file

@ -1474,7 +1474,7 @@ final class SQLiteBooksDatabase extends BooksDatabase {
myDatabase.execSQL(
"CREATE TABLE IF NOT EXISTS Positions(" +
"book_id INTEGER PRIMARY KEY NOT NULL UNIQUE REFERENCES Books(book_id)," +
"numerator INTEGER," +
"numerator INTEGER NOT NULL," +
"denominator INTEGER NOT NULL)");
}
}