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:
filipriec
2025-04-22 22:38:52 +02:00
parent e507993065
commit 2992f122bc
3 changed files with 0 additions and 3 deletions

View File

@@ -21,7 +21,6 @@ message PostTableDefinitionRequest {
repeated ColumnDefinition columns = 3;
repeated string indexes = 4;
string profile_name = 5;
optional string linked_table_name = 6;
}
message ColumnDefinition {

Binary file not shown.

View File

@@ -18,8 +18,6 @@ pub struct PostTableDefinitionRequest {
pub indexes: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
#[prost(string, tag = "5")]
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)]
pub struct ColumnDefinition {