Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
DROP INDEX IF EXISTS ux_ai_queries_exchange_id;
|
||||
DROP INDEX IF EXISTS ux_ai_blocks_exchange_id;
|
||||
@@ -0,0 +1,2 @@
|
||||
CREATE UNIQUE INDEX ux_ai_queries_exchange_id ON ai_queries(exchange_id);
|
||||
CREATE UNIQUE INDEX ux_ai_blocks_exchange_id ON ai_blocks(exchange_id);
|
||||
Reference in New Issue
Block a user