mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 18:41:10 +00:00
4 lines
96 B
MySQL
4 lines
96 B
MySQL
|
ALTER TABLE "worktree_entries"
|
||
|
ADD COLUMN "scan_id" INT8,
|
||
|
ADD COLUMN "is_deleted" BOOL;
|