Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosvdr committed Sep 17, 2024
1 parent 8ee7cf6 commit 787263d
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(20),
allowNull: false,
},
error_log:{
error_log: {
type: DataTypes.TEXT,
allowNull: false,
}
},
})
}

Expand Down

0 comments on commit 787263d

Please sign in to comment.