20221219181850_project_reconnection_support.sql

1ALTER TABLE "worktree_entries"
2    ADD COLUMN "scan_id" INT8,
3    ADD COLUMN "is_deleted" BOOL;