Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE last_ai_conversations (
|
||||
id INTEGER PRIMARY KEY NOT NULL,
|
||||
conversation_id TEXT NOT NULL,
|
||||
exchanges TEXT NOT NULL,
|
||||
phase TEXT NOT NULL,
|
||||
has_dispatched_plan BOOLEAN NOT NULL,
|
||||
pane_leaf_uuid BLOB NOT NULL
|
||||
);
|
||||
@@ -0,0 +1 @@
|
||||
DROP TABLE last_ai_conversations;
|
||||
Reference in New Issue
Block a user