Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosvdr committed Jul 30, 2024
1 parent 2011718 commit 84aa1f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ export async function up({ context }: Context): Promise<void> {
type: DataTypes.DECIMAL(39),
allowNull: false,
},
error_log:{
error_log: {
type: DataTypes.TEXT,
allowNull: false,
}
},
})
}

Expand Down

0 comments on commit 84aa1f5

Please sign in to comment.