Skip to content

Commit

Permalink
change type field to ftype
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud Ismail committed Jun 2, 2016
1 parent 4387b83 commit b30629b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MetadataReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

const char* META_FIELDS = "meta_fields";
const int NUM_FIELDS_COLS = 5;
const char* FIELDS_COLS_TO_READ[] = {"fieldid", "name", "tableid", "searchable", "type"};
const char* FIELDS_COLS_TO_READ[] = {"fieldid", "name", "tableid", "searchable", "ftype"};
const int FIELD_ID_COL = 0;
const int FIELD_NAME_COL = 1;
const int FIELD_TABLE_ID_COL = 2;
Expand Down

0 comments on commit b30629b

Please sign in to comment.