mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-23 13:26:15 +03:00
Fix CI error
This commit is contained in:
parent
94dce5a20a
commit
415813b26c
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ abstract class AbstractNotesDatabase extends SQLiteOpenHelper {
|
|||
key_category_id + " INTEGER PRIMARY KEY AUTOINCREMENT, " +
|
||||
key_category_account_id + " INTEGER, " +
|
||||
key_category_title + " TEXT, " +
|
||||
" UNIQUE( " + key_account_id + " , " + key_category_title + "))");
|
||||
" UNIQUE( " + key_category_account_id + " , " + key_category_title + "))");
|
||||
createCategoryIndexes(db);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue