Skip to content

Commit f859ccd

Browse files
committed
insights: fix sql error when submitting a manifest
1 parent fcc81d8 commit f859ccd

File tree

4 files changed

+1827
-5
lines changed

4 files changed

+1827
-5
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
DROP INDEX IF EXISTS `idx_symbolDetail_apiKey_manifestHash`;--> statement-breakpoint
2+
CREATE UNIQUE INDEX `idx_symbolDetail_apiKey_manifestHash_hash` ON `symbolDetail` (`public_api_key`,`manifest_hash`,`hash`);

0 commit comments

Comments
 (0)