Skip to content

Commit 13bbdb8

Browse files
committed
libsql-replication: fix proto number after rebase
1 parent 858ac30 commit 13bbdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)