Skip to content

Commit

Permalink
fix: more sync
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranzav committed Jul 27, 2023
1 parent e881979 commit 7bc6300
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ const setupAll = async () => {
sequelize = await connectDatabase(__DATABASE__)
models = defineIndexerManagementModels(sequelize)
defineQueryFeeModels(sequelize)
await sequelize.sync({ force: true })
logger = createLogger({
name: 'Indexer API Client',
async: false,
Expand Down

0 comments on commit 7bc6300

Please sign in to comment.