We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16dc1a commit 4a3803eCopy full SHA for 4a3803e
1 file changed
libsql-replication/src/generated/metadata.rs
@@ -19,4 +19,6 @@ pub struct DatabaseConfig {
19
pub bottomless_db_id: ::core::option::Option<::prost::alloc::string::String>,
20
#[prost(string, optional, tag = "7")]
21
pub jwt_key: ::core::option::Option<::prost::alloc::string::String>,
22
+ #[prost(bool, tag = "8")]
23
+ pub allow_attach: bool,
24
}
0 commit comments