Skip to content

Commit

Permalink
#1302: remove launchtemplate manual create index call (#1314)
Browse files Browse the repository at this point in the history
Forgot to remove some manual index creations in #1312.
  • Loading branch information
achantavy authored Jun 17, 2024
1 parent 96ae24e commit c7ea882
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cartography/data/indexes.cypher
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,6 @@ CREATE INDEX IF NOT EXISTS FOR (n:KMSGrant) ON (n.lastupdated);
CREATE INDEX IF NOT EXISTS FOR (n:LaunchConfiguration) ON (n.id);
CREATE INDEX IF NOT EXISTS FOR (n:LaunchConfiguration) ON (n.name);
CREATE INDEX IF NOT EXISTS FOR (n:LaunchConfiguration) ON (n.lastupdated);
CREATE INDEX IF NOT EXISTS FOR (n:LaunchTemplate) ON (n.id);
CREATE INDEX IF NOT EXISTS FOR (n:LaunchTemplate) ON (n.name);
CREATE INDEX IF NOT EXISTS FOR (n:LaunchTemplate) ON (n.lastupdated);
CREATE INDEX IF NOT EXISTS FOR (n:LaunchTemplateVersion) ON (n.id);
CREATE INDEX IF NOT EXISTS FOR (n:LaunchTemplateVersion) ON (n.name);
CREATE INDEX IF NOT EXISTS FOR (n:LaunchTemplateVersion) ON (n.lastupdated);
CREATE INDEX IF NOT EXISTS FOR (n:LoadBalancer) ON (n.dnsname);
CREATE INDEX IF NOT EXISTS FOR (n:LoadBalancer) ON (n.id);
CREATE INDEX IF NOT EXISTS FOR (n:LoadBalancer) ON (n.lastupdated);
Expand Down

0 comments on commit c7ea882

Please sign in to comment.