Tags: Imgkl/zed
Tags
Fix uploads to `edit_events` table (zed-industries#8318) This PR fixes uploads the `edit_events` table. We were trying to insert into a column that didn't exist: ``` HTTP error 500 Internal Server Error: failed to upload to table 'edit_events' Caused by: bad response: Code: 16. DB::Exception: No such column os_name in table default.edit_events ``` Release Notes: - N/A
Fix uploads to `edit_events` table (zed-industries#8318) This PR fixes uploads the `edit_events` table. We were trying to insert into a column that didn't exist: ``` HTTP error 500 Internal Server Error: failed to upload to table 'edit_events' Caused by: bad response: Code: 16. DB::Exception: No such column os_name in table default.edit_events ``` Release Notes: - N/A
Add .cljc, .edn, & .bb to Clojure filename extensions (zed-industries… …#8285) Release Notes: - Added .cljc, .edn, & .bb to Clojure filename extensions ([zed-industries#7845](zed-industries#7845)).
PreviousNext