mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
* Store extensions versions' wasm API version in the database * Share a common struct for extension API responses between collab and client * Add wasm API version and schema version to extension API responses Release Notes: - N/A Co-authored-by: Marshall <marshall@zed.dev>
1 line
65 B
SQL
1 line
65 B
SQL
ALTER TABLE extension_versions ADD COLUMN wasm_api_version TEXT;
|