mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 18:41:10 +00:00
Add postgres migration
This commit is contained in:
parent
4ac5f7b14e
commit
49c5a3fa86
1 changed files with 4 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
DROP TABLE "worktree_repository_statuses";
|
||||
|
||||
ALTER TABLE "worktree_entries"
|
||||
ADD "git_status" INT8;
|
Loading…
Reference in a new issue