Skip to content

Commit

Permalink
Merge pull request #2398 from nextcloud/fixExternal
Browse files Browse the repository at this point in the history
Fix column name
  • Loading branch information
tobiasKaminsky authored Mar 23, 2018
2 parents f2f5b7d + 52cbdbe commit ffd902c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ private void createFilesTable(SQLiteDatabase db) {
+ ProviderTableMeta.FILE_IS_ENCRYPTED + INTEGER // boolean
+ ProviderTableMeta.FILE_ETAG_IN_CONFLICT + TEXT
+ ProviderTableMeta.FILE_SHARED_WITH_SHAREE + INTEGER
+ ProviderTableMeta.FILE_MOUNT_TYPE + "INTEGER);"
+ ProviderTableMeta.FILE_MOUNT_TYPE + " INTEGER);"
);
}

Expand Down

0 comments on commit ffd902c

Please sign in to comment.