Skip to content

Commit

Permalink
Add columnOrder to EntityDefinition (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
phliar authored Jan 17, 2020
1 parent a7586cf commit 1468442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions idl/dosa/dosa.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ struct EntityDefinition {
3: optional PrimaryKey primaryKey
4: optional map<string, IndexDefinition> Indexes
5: optional ETLState etl
6: optional list<string> columnOrder
}

struct Error {
Expand Down

0 comments on commit 1468442

Please sign in to comment.