Skip to content

Commit

Permalink
fix: sync during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranzav committed Jul 27, 2023
1 parent faf33fb commit e881979
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const setup = async () => {
sequelize = await connectDatabase(__DATABASE__)
managementModels = defineIndexerManagementModels(sequelize)
queryFeeModels = defineQueryFeeModels(sequelize)
sequelize = await sequelize.sync({ force: true })

const graphNode = new GraphNode(
logger,
Expand Down

0 comments on commit e881979

Please sign in to comment.