Add regression tests for ALTER TABLE stuff

This commit is contained in:
Jussi Saurio
2025-09-27 09:38:02 +03:00
parent 67d320960d
commit b43a89e423
2 changed files with 135 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
mod test_btree;
mod test_ddl;
mod test_read_path;
mod test_write_path;