Skip to content

Commit 48ffec9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsql-replication/proto/metadata.proto

+1-1
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)