Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
Alex Chantavy authored and chandan-cl committed Jun 26, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 24ceeb9 commit afdb214
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
@@ -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);

0 comments on commit afdb214

Please sign in to comment.