PROTOBUF CHANGED I HOPE IT WAS ONLY A MISTAKE OTHERWISE IM SCREWING SOMETHING UP AND I HAVE NO CLUE WHAT
This commit is contained in:
@@ -21,7 +21,6 @@ message PostTableDefinitionRequest {
|
|||||||
repeated ColumnDefinition columns = 3;
|
repeated ColumnDefinition columns = 3;
|
||||||
repeated string indexes = 4;
|
repeated string indexes = 4;
|
||||||
string profile_name = 5;
|
string profile_name = 5;
|
||||||
optional string linked_table_name = 6;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message ColumnDefinition {
|
message ColumnDefinition {
|
||||||
|
|||||||
Binary file not shown.
@@ -18,8 +18,6 @@ pub struct PostTableDefinitionRequest {
|
|||||||
pub indexes: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
|
pub indexes: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
|
||||||
#[prost(string, tag = "5")]
|
#[prost(string, tag = "5")]
|
||||||
pub profile_name: ::prost::alloc::string::String,
|
pub profile_name: ::prost::alloc::string::String,
|
||||||
#[prost(string, optional, tag = "6")]
|
|
||||||
pub linked_table_name: ::core::option::Option<::prost::alloc::string::String>,
|
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
pub struct ColumnDefinition {
|
pub struct ColumnDefinition {
|
||||||
|
|||||||
Reference in New Issue
Block a user