1.call apoc.cypher.run('CREATE INDEX idx_name FOR (n:Lable) ON (n.pro)', {})
Error: Schema operations are not allowed for user 'neo4j' with roles [admin] restricted to TOKEN_WRITE.
2.apoc.schema.assert() cant rename index name
other function can upda...