mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-03 20:02:54 +00:00
* feat: implement alter table procedure * fix: fix uncaught error * refactor: move fetch_table/s to table_routes.rs * refactor: refactor error handling * chore: apply suggestions from CR * feat: switch to using alter table procedure * feat: add table_version * chore: apply suggestions from CR * feat: introduce ddl_channel_manager * chore: update greptime-proto