Skip to content

Commit

Permalink
fx column name
Browse files Browse the repository at this point in the history
Signed-off-by: tobiaskaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Mar 23, 2018
1 parent 0d63edb commit 52cbdbe
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 52cbdbe

Please sign in to comment.