Skip to content

Commit cbed581

Browse files
committed
proto: add engine parameter to DDLService.CreateSpace
Part of tarantool/aeon#399
1 parent 2a0077c commit cbed581

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aeon_ddl.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ message CreateSpaceRequest {
2323
repeated FieldDef format = 2;
2424
// Sorting key definition (indexed fields).
2525
repeated KeyPartDef key_def = 3;
26+
// Storage engine.
27+
string engine = 4;
2628
}
2729

2830
message CreateSpaceResponse {

0 commit comments

Comments
 (0)