zed/crates/collab/migrations/20230605191135_remove_repository_statuses.sql

3 lines
54 B
SQL

ALTER TABLE "worktree_entries"
ADD "git_status" INT8;