graphprotocol / indexer-rs

Rewrite of indexer-service in Rust with TAP payments implementation
Apache License 2.0
19 stars 21 forks source link

[Feat.Req] Be more explicit about not running indexer-rs migrations and relying on indexer-agent #141

Open gusinacio opened 5 months ago

gusinacio commented 5 months ago

Problem statement People are running the sqlx migrations and are getting problems with conflicts on the migrations.

Expectation proposal Be more explicit on the documentation about not running the migrations using sqlx. They are handled by indexer-agent

aasseman commented 5 months ago

Seems the issue was not about running the sqlx migrations, but just migrating from indexer-agent v0.21 to the TAP version. We should test this scenario to make sure.