mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
fix typo in database schema
This commit is contained in:
parent
cce7e1247a
commit
3aaae90b9b
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class DbHandler {
|
|||
@Override
|
||||
public void onCreate(SQLiteDatabase db) {
|
||||
db.execSQL("CREATE TABLE " + TABLE_INSTANT_UPLOAD + " ("
|
||||
+ " _id INTEGET PRIMARY KEY, "
|
||||
+ " _id INTEGER PRIMARY KEY, "
|
||||
+ " path TEXT,"
|
||||
+ " account TEXT);");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue