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
Did you search for an existing issue or pull request?
Description
After force-clean the table, if should also remove related enums, but seems broken here.
jiatwork@MacBook-Pro-4 dapps-staking-indexer % subql-node -f . force-clean
2022-11-21T09:51:46.784Z <subql-node> INFO Current @subql/node version is 1.13.2
[Nest] 5183 - 11/21/2022, 10:51:46 PM LOG [NestFactory] Starting Nest application...
[Nest] 5183 - 11/21/2022, 10:51:46 PM LOG [InstanceLoader] ForceCleanModule dependencies initialized +66ms
[Nest] 5183 - 11/21/2022, 10:51:46 PM LOG [InstanceLoader] ConfigureModule dependencies initialized +1ms
2022-11-21T09:51:46.936Z <indexer> INFO indexer manager start
2022-11-21T09:51:47.807Z <Force-clean> INFO force cleaned schema and tables
jiatwork@MacBook-Pro-4 dapps-staking-indexer %
jiatwork@MacBook-Pro-4 dapps-staking-indexer % subql-node -f .
2022-11-21T09:51:50.964Z <subql-node> INFO Current @subql/node version is 1.13.2
2022-11-21T09:51:51.111Z <indexer> INFO indexer manager start
2022-11-21T09:52:00.104Z <store> INFO Historical state is enabled
2022-11-21T09:52:00.116Z <store> ERROR Having a problem when syncing schema Error:
* Can't modify enum "UserTransactionType" between runs:
* Before: [BondAndStake,UnbondAndUnstake,Withdrawal,NominationTransfer]
* After : [BondAndStake,UnbondAndUnstake,Withdraw,WithdrawFromUnregistered,NominationTransfer]
* You must rerun the project to do such a change
Details
These details can help to reproduce the environment the issue is occurring
Local Environment: [You can get this information from executing subql version.] Query Version: [What is the version of the query service?] Indexer Version: [What is the version of the indexer service?] Network Details:
[Network]
[Block height, a block height where the issue is happening]
[Dictionary endpoint, if used]
Steps to Reproduce
[First Step]
[Second Step]
[and so on...]
Example project: [A link to a minimal example that can reproduce the issue]
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Any other information
Is there any other information you would like to add?
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
After force-clean the table, if should also remove related enums, but seems broken here.
Details
These details can help to reproduce the environment the issue is occurring
Local Environment: [You can get this information from executing
subql version
.]Query Version: [What is the version of the query service?]
Indexer Version: [What is the version of the indexer service?]
Network Details:
Steps to Reproduce
Example project: [A link to a minimal example that can reproduce the issue]
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Any other information
Is there any other information you would like to add?
The text was updated successfully, but these errors were encountered: