Skip to content
Snippets Groups Projects
Commit 04760e0c authored by Roman Khabibov's avatar Roman Khabibov Committed by Nikita Pettik
Browse files

schema: add box_space_field_MAX

Just add box_space_field_MAX to the _space fields enum.

Needed for #3075
parent f4231fef
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@ enum {
BOX_SPACE_FIELD_FIELD_COUNT = 4,
BOX_SPACE_FIELD_OPTS = 5,
BOX_SPACE_FIELD_FORMAT = 6,
box_space_field_MAX = 7,
};
/** _index fields. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment