zed/crates/collab/src
Marshall Bowers 7599933f30
Fix uploads to edit_events table (#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
2024-02-23 20:58:45 -05:00
..
api
bin
db
rpc
tests
api.rs
auth.rs
db.rs
env.rs
errors.rs
executor.rs
lib.rs
main.rs
rpc.rs
tests.rs