mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 19:42:17 +02:00
fixed SQL phrase
This commit is contained in:
parent
b5f399c329
commit
7a42408e72
1 changed files with 1 additions and 1 deletions
|
@ -1399,6 +1399,6 @@ final class SQLiteBooksDatabase extends BooksDatabase {
|
||||||
"book_id INTEGER NOT NULL UNIQUE REFERENCES Books(book_id)," +
|
"book_id INTEGER NOT NULL UNIQUE REFERENCES Books(book_id)," +
|
||||||
"type TEXT NOT NULL," +
|
"type TEXT NOT NULL," +
|
||||||
"uid TEXT NOT NULL," +
|
"uid TEXT NOT NULL," +
|
||||||
"CONSTRAINT BookUid_Unique(book_id,type,uid))");
|
"CONSTRAINT BookUid_Unique UNIQUE (book_id,type,uid))");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue