mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-23 12:37:09 +00:00
This PR removes some more unused fields from the database user model: - `github_user_created_at` - `email_address` - `name` - `created_at` These fields were not being used anywhere, and are nullable/defaulted in the database in tests. Release Notes: - N/A |
||
|---|---|---|
| .. | ||
| api | ||
| bin | ||
| db | ||
| entities | ||
| rpc | ||
| services | ||
| api.rs | ||
| auth.rs | ||
| completion.rs | ||
| db.rs | ||
| entities.rs | ||
| env.rs | ||
| errors.rs | ||
| executor.rs | ||
| lib.rs | ||
| main.rs | ||
| rpc.rs | ||
| services.rs | ||