Skip to content

Commit 910971a

Browse files
committed
sentry - migrations - initial-tables - add campaign.creator index
1 parent 94fced6 commit 910971a

File tree

1 file changed

+2
-0
lines changed
  • sentry/migrations/20190806011140_initial-tables

1 file changed

+2
-0
lines changed

sentry/migrations/20190806011140_initial-tables/up.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ CREATE TABLE campaigns (
1818

1919
CREATE INDEX idx_campaign_active_to ON campaigns (active_to);
2020

21+
CREATE INDEX idx_campaign_creator ON campaigns (creator);
22+
2123
CREATE INDEX idx_campaign_created ON campaigns (created);
2224

2325
CREATE TABLE spendable (

0 commit comments

Comments
 (0)