Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE notebook_panes DROP COLUMN local_path;
|
||||
@@ -0,0 +1,3 @@
|
||||
-- Adds session restoration info for local notebooks.
|
||||
-- File paths aren't guaranteed to be UTF-8, so we store them as blobs.
|
||||
ALTER TABLE notebook_panes ADD COLUMN local_path BLOB;
|
||||
Reference in New Issue
Block a user