Skip to content

Commit 48ffec9

Browse files
committed
libsql-replication: fix proto number after rebase
1 parent 76ed35e commit 48ffec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libsql-replication/proto/metadata.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ message DatabaseConfig {
1515
optional string bottomless_db_id = 6;
1616
optional string jwt_key = 7;
1717
optional uint64 txn_timeout_s = 8;
18-
bool allow_attach = 8;
18+
bool allow_attach = 9;
1919
}

0 commit comments

Comments
 (0)