You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is not possible to edit a schema of an indexer. To do that, developers need to fork an indexer and wait for it to sync again. This is not ideal because this is an extra step in DevX, and also because old indexers keep hanging and taking resources from the system.
In addition, when developers change the JS code, they might want to wipe the data and restart indexing from scratch
Success Criteria
Indexer developers can change a DDL schema and choose an option of either wiping the database completely or truncating all tables.
The content you are editing has changed. Please copy your edits and refresh the page.
Description
Currently it is not possible to edit a schema of an indexer. To do that, developers need to fork an indexer and wait for it to sync again. This is not ideal because this is an extra step in DevX, and also because old indexers keep hanging and taking resources from the system.
In addition, when developers change the JS code, they might want to wipe the data and restart indexing from scratch
Success Criteria
Indexer developers can change a DDL schema and choose an option of either wiping the database completely or truncating all tables.
Child Issues
The text was updated successfully, but these errors were encountered: