Skip to content

Commit

Permalink
cartography-cncf#1302: remove launchtemplate manual create index call (
Browse files Browse the repository at this point in the history
…cartography-cncf#1314)

Forgot to remove some manual index creations in cartography-cncf#1312.

Signed-off-by: chandanchowdhury <[email protected]>
  • Loading branch information
achantavy authored and chandanchowdhury committed Nov 27, 2024
1 parent fb875a5 commit 3bccad5
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 3bccad5

Please sign in to comment.