Improve config options for missing and dropping db columns.

Implement actual drop functionality.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-11-02 21:33:12 +00:00
parent abded2d442
commit 7320d0a40b
7 changed files with 90 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
#![type_length_limit = "8192"]
#![type_length_limit = "65536"]
extern crate rust_rocksdb as rocksdb;